You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, if the requester doesn't want the body, a GET is turned into a HEAD. Is this proper? Maybe it should still do a GET, and just discard the body.
At minimum, the downgrade could confuse certain debugging outputs, where one requests headers, but output to /dev/null, for example, but still wants to see a GET request
The text was updated successfully, but these errors were encountered:
At present, if the requester doesn't want the body, a GET is turned into a HEAD. Is this proper? Maybe it should still do a GET, and just discard the body.
At minimum, the downgrade could confuse certain debugging outputs, where one requests headers, but output to /dev/null, for example, but still wants to see a GET request
The text was updated successfully, but these errors were encountered: