Page 1 of 1

REST Services request parameters: Another problem...

Posted: Wed Mar 19, 2014 12:53 pm
by luke315774

I've encountered another problem related to REST request parameters.

I've added a "session" parameter that is dynamic and used in the url. The "session" param is working good in the URL. The problem is with the xml parameters. My server don't receive any xml data anymore (it receive null).

If I remove the "session" parameter from the list and from the URL, the xml parameters are received from my REST server.

Image


REST Services request parameters: Another problem...

Posted: Wed Mar 19, 2014 1:23 pm
by luke315774

It seem the problem is just when I execute in the browser. In the mobile Appery tester app, It's ok.


REST Services request parameters: Another problem...

Posted: Wed Mar 19, 2014 2:40 pm
by Nikita

Hello,

Have you set "use appery proxy" in service settings?
http://docs.appery.io/documentation/s...


REST Services request parameters: Another problem...

Posted: Wed Mar 19, 2014 2:43 pm
by luke315774

No I did not.

Thank you, it solved my problem.