Relative Content

Tag Archive for pythonhttp

Http request in python module

Hi I have to know clarification on my scenario
my aim is to get an output of a api let the api be
http://abcd.com/api/getapidetail?type[]=’one’&status=’ongoing’
this is the actual api
now my code goes like

HTTP 405 response confusion

According to MDN in this documentation, when HTTP 405 is returned from any request “The server must generate an Allow header field in a 405 status code response”