Page 2 of 3

Increase server script timeout

Posted: Sun Aug 03, 2014 11:04 pm
by Yurii Orishchuk

Hi Aeneas,

Unfortunatly these screen shots could not help.

We need raw http request where we can see all request parameters with headers.

Regards.


Increase server script timeout

Posted: Tue Aug 05, 2014 3:07 am
by Aeneas McBurney

I'm not sure how I can get this. Is there a way for you to add more detail to the error message that's being returned so I can investigate from there?


Increase server script timeout

Posted: Tue Aug 05, 2014 9:12 am
by Maryna Brodina

Hello!

You can check all request details in console on Network tab http://devcenter.appery.io/documentat...


Increase server script timeout

Posted: Tue Aug 05, 2014 9:36 am
by Aeneas McBurney

Thanks but could you be more specific where I can find this in the documentation?


Increase server script timeout

Posted: Tue Aug 05, 2014 11:19 am
by Maryna Brodina

Increase server script timeout

Posted: Tue Aug 05, 2014 9:03 pm
by Aeneas McBurney

This is the same link which takes me to a documentation contents page. Which page can I find how to check all request details so I can see what my code is sending to it?????


Increase server script timeout

Posted: Sat Aug 09, 2014 1:25 am
by Aeneas McBurney

Hi, I downloaded fiddler to get raw http request. The below is producing the BAd Request 400 error. I have replaced some numbers with X's to protect my db....

PUT https://api.appery.io/rest/1/db/colle... HTTP/1.1
X-Appery-Database-Id: 53bf194beXXXX2d721XX1
X-Appery-Master-Key: e9cfa46b-1ade-4796-96d8-a75XXXXXXXX
Accept: application/json
Host: api.appery.io
Content-Length: 38
Expect: 100-continue

{"externalRef":"NzA4OTc1NTIw&src=hor"}


Increase server script timeout

Posted: Mon Aug 11, 2014 9:33 pm
by Yurii Orishchuk

Hi Aeneas,

Please take a look on details for correct update request:

http://prntscr.com/4bv48a/direct

I've selected request parameters that's you need to correctly pass.

Regards.


Increase server script timeout

Posted: Mon Aug 11, 2014 11:22 pm
by Aeneas McBurney

Hi Yurri,

I added Origin Header and the ACL part but am getting this error.

Image


Increase server script timeout

Posted: Mon Aug 11, 2014 11:56 pm
by Yurii Orishchuk

Dear Aeneas,

Please take a look on my previous screen shot.

There is "content-type" header.

But you've added it as "accept" header.

Regards.