Accessing a port-forward url via a third party tool like Postman #6341
Replies: 1 comment 3 replies
-
It looks like this might be for coder/coder rather than
coder/code-server?
But regardless, I think it should work if you send a token in a
cookie.
https://learning.postman.com/docs/sending-requests/cookies/
It looks like it can even automatically grab the cookies if you
use their Interceptor browser extension.
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
indoben
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I have a port forwarded from my workspace that works in the browser: (e.g. https://3000--main--admin-node--bwatanabe.mydomain.com). How do I authenticate to that endpoint using another tool like postman?
Beta Was this translation helpful? Give feedback.
All reactions