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
The Firefox extension doesn't seem to relay the request body on GET requests. Although this is a very unusual use-case, it's quite common with Elasticsearch for instance.
@AndrewBastin I think it's reasonable to not support it since it technically isn't even a proper use of the GET spec. And in case it simply isn't feasible to implement this functionality with axios, a better solution might be to notify the end-user that the Body payload isn't supported for GET requests when not using the proxy. Just throwing out ideas of course, but perhaps a pop-up message showing a warning if the user tries to do it anyways? Although I can see this might be more relevant for the main repo.
Yeah I think a sort of warning is warranted. We are kinda toying with a general "request inspection" system internally where we check the request live for any weird non-standard behaviour that may or may not be supported by Hoppscotch (like here).
The Firefox extension doesn't seem to relay the request body on
GET
requests. Although this is a very unusual use-case, it's quite common with Elasticsearch for instance.Steps to reproduce
Expected behavior
The request body should be sent to the endpoint.
Actual behavior
All but the request body is sent to the endpoint.
Tested on
OS: Manjaro Linux x86_64
Kernel: 5.15.49-1-MANJARO
Firefox: 101.0.1 (64-bit)
Extension version: 0.24
I have confirmed this is not a problem when using Proxyscotch.
The text was updated successfully, but these errors were encountered: