Search found 11 matches

Go to advanced search

by rk dudi
Sat May 25, 2013 3:24 am
Forum: Issues
Topic: Cookie using PUT method for a REST service
Replies: 13
Views: 1822
 
Jump to post

Cookie using PUT method for a REST service

I still don't see the custom Cookie value in either cookie or Header.

by rk dudi
Sat May 25, 2013 12:10 am
Forum: Issues
Topic: passing JSON Object in request parameter
Replies: 14
Views: 1753
 
Jump to post

passing JSON Object in request parameter

I tried that but it also adds the requestParameter name when passing the object. For eg if the reqParameter name is say data then it ends up passing: {"data":"localStorage JSON Object"} and also it adds a backslash char before every double quote value. is there an way to get rid ...
by rk dudi
Fri May 24, 2013 8:58 pm
Forum: Issues
Topic: passing JSON Object in request parameter
Replies: 14
Views: 1753
 
Jump to post

passing JSON Object in request parameter

How can I pass JSON object like one below as part of request Parameter: { "promptType": "listview", "promptHeader":" This is a header ", "promptText":"Hi welcome to my world. do you want to play", "promptChoices":[ {"returnVa...
by rk dudi
Fri May 24, 2013 10:53 am
Forum: Issues
Topic: Cookie using PUT method for a REST service
Replies: 13
Views: 1822
 
Jump to post

Cookie using PUT method for a REST service

There's no error in browser console except getting a 404 for the 2nd service request due to the cookie value not being passed. I unchecked the request parameter header now and created a JS and copied the code as you mentioned but still got the same response. Shouldn't I be seeing the Cookie value in...
by rk dudi
Fri May 24, 2013 2:24 am
Forum: Issues
Topic: Cookie using PUT method for a REST service
Replies: 13
Views: 1822
 
Jump to post

Cookie using PUT method for a REST service

I don't see Cookie being sent as part of Header: Request URL: http://appery.io/app/rest/tunnel Request Method: DELETE Status Code: HTTP/1.1 404 Not Found Request Headers 22:19:48.000 User-Agent:Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0Referer: http://appery.io/app/view/75915b...
by rk dudi
Fri May 24, 2013 1:46 am
Forum: Issues
Topic: Cookie using PUT method for a REST service
Replies: 13
Views: 1822
 
Jump to post

Cookie using PUT method for a REST service

is there a way to know what header parameters are being passed by the proxy so I'm sure its not being blocked by Appery.

by rk dudi
Fri May 24, 2013 1:45 am
Forum: Issues
Topic: Cookie using PUT method for a REST service
Replies: 13
Views: 1822
 
Jump to post

Cookie using PUT method for a REST service

is it possible for you to take a look to see if I'm doing something wrong.

by rk dudi
Fri May 24, 2013 1:20 am
Forum: Issues
Topic: Cookie using PUT method for a REST service
Replies: 13
Views: 1822
 
Jump to post

Cookie using PUT method for a REST service

yes, thats correct and the only difference is while testing the service I hardcode the values whereas I'm passing the values using local variables when running from the page. But the values that show up in alert seem to be fine.

by rk dudi
Fri May 24, 2013 12:06 am
Forum: Issues
Topic: Cookie using PUT method for a REST service
Replies: 13
Views: 1822
 
Jump to post

Cookie using PUT method for a REST service

I get 2 parameters from service 1 : id and url. I copied them in local variables. Used alert to make sure that the values are being passed into correctly to those variables. Then I pass these vaules into service 2. I added some javascript to the request parameter of service 2 to make sure I'm settin...
by rk dudi
Thu May 23, 2013 10:44 pm
Forum: Issues
Topic: Cookie using PUT method for a REST service
Replies: 13
Views: 1822
 
Jump to post

Cookie using PUT method for a REST service

I'm trying to send a REST request using PUT method. The Cookie value is not being passed. It works fine when I test the service but when used via the app, it fails.

Go to advanced search