fix: GET request are called with application/json
value in Content-Type
#691
Labels
bug
Something isn't working
application/json
value in Content-Type
#691
🐛 The bug
DevTools are adding Content-Type header with
application/json
value to GET requests.According to RFC 7231:
GET request shouldn't be sending a body thus
application/json
value doesn't fit.🛠️ To reproduce
https://github.com/filipfdevelit/repl-nuxt-dev-tools-content-type-get-request
🌈 Expected behavior
DevTools are not adding
application/json
to Content-Type header for GET requests.ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: