fetch-it
fetch-it copied to clipboard
Doesn't set the right headers on json post
It seems like there's a logic to identify if the request data is json. If that's the case, then it would be great to also automatically set content-type to application/json.
It seems like there's a logic to identify if the request data is json. If that's the case, then it would be great to also automatically set content-type to application/json.
we can set content type as json we just need to identify that whether its a valid json object or not and when we do that there are some problems regrading that because its not always possible to identify tese objects and even if we do there is no guarentee that it works perfectly or not :small_airplane: :smile_cat: