Curl Options #345
Unanswered
mhuggins7278
asked this question in
Q&A
Replies: 1 comment
-
You can’t pass curl arguments with rest.nvim (yet)
Also rest.nvim supports cookies since v3 release, so that use-case will work now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a use case where I am calling an API that is behind an auth provider. The flow should be that calling the endpoint with an Authorization header with a "Bearer" Token results in that request getting sent to our auth provider to verify the token. The auth provider will redirect back along with a set-cookie and then my request should be able to access my endpoint.
The issue I'm running into is that I can't seem to use the cookie-jar. How do I pass command line options to to curl using the extension.
Beta Was this translation helpful? Give feedback.
All reactions