Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTTP 400 response code
#1
Hi,

I have written python post rest api in my application, which accepts files too, I have called this api 11 times, for first 3 APIs I am able to
call successfully, Bit from 4th to 11th APIs are failed, I received HTTP 400 response.

can any one please help on this.

Thanks in advance.
Reply
#2
From RFC 7231:
Quote:6.5.1. 400 Bad Request

The 400 (Bad Request) status code indicates that the server cannot or
will not process the request due to something that is perceived to be
a client error (e.g., malformed request syntax, invalid request
message framing, or deceptive request routing).
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Review my code: convert a HTTP date header to a datetime object stevendaprano 1 1,913 Dec-17-2022, 12:24 AM
Last Post: snippsat
  Code not reading http link from .txt file (Beginner level) plarrip 3 2,354 Dec-17-2020, 11:33 PM
Last Post: bowlofred
  ModuleNotFoundError: No module named 'http.client'; 'http' is not a package abhishek81py 1 15,253 Jun-25-2020, 08:58 AM
Last Post: buran
  HTTP response capturing issue miunika 1 1,995 Mar-16-2019, 01:46 PM
Last Post: Larz60+
  HTTP response capturing issue anna 2 2,471 Mar-15-2019, 03:08 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020