pashky / restclient.el

HTTP REST client tool for emacs
1.99k stars 171 forks source link

GET being sent with a body #296

Open zan-xhipe opened 1 year ago

zan-xhipe commented 1 year ago

It looks like GET requests are being sent with a body.

I'm busy developing a cloudflare pages app, and when I try to interact with it with restclient I get an error Request with a GET or HEAD method cannot have a body. I don't have any body in the file, just a single header.

VernonGrant commented 1 year ago

I'm facing the exact same issue, also with cloudflare. In my case it was working fine but after upgrading wrangler I started experiencing this issue. The things is that requests sent from curl still works. @zan-xhipe did you find any workaround?

Looking at the long list of pull requests, I'm guessing it's unlikely that this issue will be fixed any time soon. I found the following alternative package for Emacs: https://github.com/federicotdn/verb