When I use "httplib" to connect the network,Sometimes,it showed "Bad Request".
If I disconnected the network,it maybe return to normal when I connected the network again.
Why it have this problems?
HOW to solve that?
Thanks.
Printable View
When I use "httplib" to connect the network,Sometimes,it showed "Bad Request".
If I disconnected the network,it maybe return to normal when I connected the network again.
Why it have this problems?
HOW to solve that?
Thanks.
Hi,
Please make sure that your server response properly or your server url(Web Address) is correct while calling it. This error is come when you are sending some wrong header information over the server.
Hope it's help.