One liner HTTP server responding in JSON?
There are times when I want to just launch a quick http server on a basic linux machine with no special software installed.
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”