ob-http icon indicating copy to clipboard operation
ob-http copied to clipboard

make http request within org-mode babel

Results 24 ob-http issues
Sort by recently updated
recently updated
newest added

Currently, when a timeout occurs, a new window is opened. It will show something like the following: ``` % Total % Received % Xferd Average Speed Time Time Time Current...

Especially when working with a lot of query parameters it might be useful to split lines. Therefore, lines that start with `\` (or whatever matches `ob-http:join-line-marker`) will be merged into...

Greetings, I am trying to format the json output of a code block, but it is not working as it is passing me unexpected characters, as you can see in...

I am trying to execute through tramp with multiple hops or a remote server but it does not work. This does not work #+BEGIN_SRC http :pretty POST https://myserver.com/process 'content-type: application/json'...

Hi and thanks for the great package! I've been using org-mode and ob-http to learn Elasticsearch. One of the endpoints allows a submission of `Content-Type: application/x-ndjson` and requires an final...

Maybe there is a way to do this that i have just not figured out yet. This would be useful if you have to run commands from remote machines for...

Added the option to just output the formulated curl command instead of sending it.

Hello and thanks for the amazing project. I do not seem to be able to get the HTTP status code from the request in the results. Am I missing something?...

I'm using several services which requires Windows Authentication (NTLM). Is there a way to supply this? And can I use it by requiring a popup instead of writing my password...