We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy connection is not stripping proxy url from proxy request: request for proxy looks like this: http://yourproxy.proxy.net:8080/http://www.jkisoft.com/updates/?product=vipm&version=2022.0.0.2371&serial=&platform=windows&iid=BA6AC8E04D047913DC9C6A178000F095&email=&name=Unregistered&company=
"http://yourproxy.proxy.net:8080/" should not be sent to proxy as access URL, should be stripped before sending request to proxy to proxy only : "http://www.jkisoft.com/updates/?product=vipm&version=2022.0.0.2371&serial=&platform=windows&iid=BA6AC8E04D047913DC9C6A178000F095&email=&name=Unregistered&company=" should be sent
Version Information 2024.1 f1 (build 2637)
VIPM Version and Build:
You can get this information on the Help >> About window or Splash Screen
Operating System Version: Windows 11 x64
Steps To Reproduce Every time trough version when you set proxy to manual and set proxy settings request are sent in wrong format
Expected behavior only URL sent to proxy
Actual Behavior sending full URL is not valid proxy request
The text was updated successfully, but these errors were encountered:
jimkring
No branches or pull requests
Proxy connection is not stripping proxy url from proxy request:
request for proxy looks like this:
http://yourproxy.proxy.net:8080/http://www.jkisoft.com/updates/?product=vipm&version=2022.0.0.2371&serial=&platform=windows&iid=BA6AC8E04D047913DC9C6A178000F095&email=&name=Unregistered&company=
"http://yourproxy.proxy.net:8080/" should not be sent to proxy as access URL, should be stripped before sending request to proxy
to proxy only : "http://www.jkisoft.com/updates/?product=vipm&version=2022.0.0.2371&serial=&platform=windows&iid=BA6AC8E04D047913DC9C6A178000F095&email=&name=Unregistered&company=" should be sent
Version Information
2024.1 f1 (build 2637)
VIPM Version and Build:
Operating System Version: Windows 11 x64
Steps To Reproduce
Every time trough version when you set proxy to manual and set proxy settings request are sent in wrong format
Expected behavior
only URL sent to proxy
Actual Behavior
sending full URL is not valid proxy request
The text was updated successfully, but these errors were encountered: