Page 2 of 2

Text Messaging App returns 'Bad Request'

Posted: Tue Sep 15, 2015 10:31 am
by Hawk

Hi,

public link: http://appery.io/app/mobile-frame?src...

scroll down to the button 'Text Messaging'. It will take to a page similar to the one in the tutorial I mentioned above.

Type the number and the message, and in the browser console you'll get the error message codeFailed to load resource: the server responded with a status of 400 (Bad Request)/code

I tested in the browser chrome and Appery tester.

Thanks,


Text Messaging App returns 'Bad Request'

Posted: Wed Sep 16, 2015 12:45 pm
by Serhii Kulibaba

It seems like a bug. Please share (http://devcenter.appery.io/documentat...) your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and provide us app's name.


Text Messaging App returns 'Bad Request'

Posted: Wed Sep 30, 2015 5:02 am
by Yurii Orishchuk

Hi Hawk,

I've checked your implementation and see that you send credentials in URL like:

pre

http://user:password@domain.com/...

/pre

This is not working anymore with Appery.io proxy that you use.

You need to implement base authorization "Authorization" header request parameter.

Please pass following tutorial to understand how it should be implemented:

https://devcenter.appery.io/documenta...

Regards.