-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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
- in OAuth2IMSTokenProviderTest.java replace TEST_ENDPOINT with "https://mydatapower.com/proxy/direct"
- Log the endpoint in OAuth2IMSTokenProvider.java ; the output is "https://mydatapower.com/ims/token/v3"
Expected behaviour
- 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"
Metadata
Metadata
Assignees
Labels
No labels