server code decide is client calling via post or get
Posted: Wed Jul 20, 2016 6:14 pm
when a client calls my server code endpoint, how do i tell whether the call coming in was a POST or a GET?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
when a client calls my server code endpoint, how do i tell whether the call coming in was a POST or a GET?
Hello,
Please look at this link how to detect a http method in Server Code: https://docs.appery.io/reference#request
Thanks!