ratnesh
12 years agoLithium Alumni (Retired)
Using GET method of REST API for message post is valid ?
REST API document mentions that "POST" method is allowed to post a message to a board. But did come across during testing that even the GET method runs fine and message is posted.
http://community.stage.lithium.com/restapi/vc/boards/id/video_cards/messages/post
Was wondering whether it would valid to use GET call.. Using GET call It may solve the cross domain limitation(using jsonp) I am facing in developing a widget on other domain.
Thanks,
Ratnesh