Skip to content

Proxy URL's URI is being stripped off #76

@veessyn

Description

@veessyn

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions