Page 1 of 1

server code decide is client calling via post or get

Posted: Wed Jul 20, 2016 6:14 pm
by apollo mcowiti

when a client calls my server code endpoint, how do i tell whether the call coming in was a POST or a GET?


server code decide is client calling via post or get

Posted: Thu Jul 21, 2016 10:07 am
by Serhii Kulibaba

Hello,

Please look at this link how to detect a http method in Server Code: https://docs.appery.io/reference#request


server code decide is client calling via post or get

Posted: Thu Jul 21, 2016 10:08 pm
by apollo mcowiti

Thanks!