-->
Page 3 of 3

Re: Unable to do HTTP POST on PLIVO using ESP8266

PostPosted: Thu Aug 04, 2016 10:32 am
by martinayotte
Difficult to say, HTTP 301 error code means the URL is permanently redirected.
It maybe also provides the new URL that you should use.
https://en.wikipedia.org/wiki/HTTP_301

Re: Unable to do HTTP POST on PLIVO using ESP8266

PostPosted: Fri Aug 05, 2016 1:29 pm
by salmanali11053
martinayotte wrote:Difficult to say, HTTP 301 error code means the URL is permanently redirected.
It maybe also provides the new URL that you should use.
https://en.wikipedia.org/wiki/HTTP_301


What can I do now ? Need help.. pls..

Re: Unable to do HTTP POST on PLIVO using ESP8266

PostPosted: Fri Aug 05, 2016 2:44 pm
by martinayotte
I don't know.
Is the server answer provides the path of the redirection ?
Maybe you need to revise the whole process when it was working with POSTMAN and capture packets of the transaction with wireshark.