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
I had problems related to this too. This project seems inactive. Meanwhile I advise simply changing all jq -r strings with jq -j in ob-http.el file. If you installed the package trough melpa, this will take care of it:
sed -i 's/jq -r/jq -j/g'~/.emacs.d/elpa/ob-http-*/ob-http.el*
jq -j would strip the newline it adds.
when I tried to construct a url like
the authorization header went to body because id brought a newline along
The text was updated successfully, but these errors were encountered: