Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

Text Messaging App returns 'Bad Request'

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,

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Text Messaging App returns 'Bad Request'

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.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Text Messaging App returns 'Bad Request'

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.

Return to “Issues”