Skip to content
New issue

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 issue #56

Open
Kubkit opened this issue Dec 20, 2024 · 0 comments
Open

Proxy connection issue #56

Kubkit opened this issue Dec 20, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Kubkit
Copy link

Kubkit commented Dec 20, 2024

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

@Tom-McQuillan Tom-McQuillan added the bug Something isn't working label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants