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 URL's URI is being stripped off #76

Open
veessyn opened this issue Aug 27, 2024 · 0 comments
Open

Proxy URL's URI is being stripped off #76

veessyn opened this issue Aug 27, 2024 · 0 comments

Comments

@veessyn
Copy link

veessyn commented Aug 27, 2024

Subject of the issue

Proxy URL's URI is stripping off
I have a Proxy URL as https://mydatapower.com/proxy/direct, which directs to https://ims-na1.adobelogin.com"
"/proxy/direct" is being stripped off, but this is required for our proxy to recognize the request.

Your environment

QA

Steps to reproduce

  1. in OAuth2IMSTokenProviderTest.java replace TEST_ENDPOINT with "https://mydatapower.com/proxy/direct"
  2. Log the endpoint in OAuth2IMSTokenProvider.java ; the output is "https://mydatapower.com/ims/token/v3"

Expected behaviour

  1. From our proxy point of view , the url should be "https://mydatapower.com/proxy/direct/ims/token/v3"

Actual behaviour

the output is "https://mydatapower.com/ims/token/v3"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant