Replies: 1 comment 4 replies
-
try below options
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need to add some proxy settings in my setup to achieve a successful request run.
I have looked here [1] and here [2] on how to do that. I do not use the CLI. I run everything in the VSCode GUI.
But instead of getting a response, my proxy is still blocking the request.
I don't know how to set up Thunderclient so that the request is executed.
I connect to the server via remote-ssh, from which I execute the curl and thunderclient command!
From here I run the following curl command successfully in the VSCode terminal: IP is a normal single IP but changed in my example.
but nothing is working for thunderclient and I get a 403 Forbidden Access Denied due the proxy
My collection request json with the request looks like this
I added in my settings.json
and also added this IP in -> Thunder-client: Exclude Proxy Host List
Any ideas what to do?
[1] https://code.visualstudio.com/docs/setup/network#_proxy-server-support
[2] https://docs.thunderclient.com/features/proxy
Beta Was this translation helpful? Give feedback.
All reactions