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

Generated URLs miss IIS sub-application prefix #294

Open
rducom opened this issue Dec 19, 2018 · 3 comments
Open

Generated URLs miss IIS sub-application prefix #294

rducom opened this issue Dec 19, 2018 · 3 comments
Labels

Comments

@rducom
Copy link
Contributor

rducom commented Dec 19, 2018

Missing IIS sub-application prefix

base URI : https://micheletaugustin.local/popleetalent/api/ReviewsCampaigns/4d0e37e1-0eeb-4390-55dd-08d655dc68c7
generated navigation URI : https://micheletaugustin.local/api/ReviewsCampaigns/4d0e37e1-0eeb-4390-55dd-08d655dc68c7

image

@rducom rducom added the bug label Dec 19, 2018
@Poltuu
Copy link
Contributor

Poltuu commented Dec 19, 2018

yep, need to implement your own urlprovider for this, as it is not the classic case

@rducom
Copy link
Contributor Author

rducom commented Dec 19, 2018

I believe we should be able to extract this

@nfaugout-lucca
Copy link
Contributor

For me it depens on how we retrieve the information "https://micheletaugustin.local".

If we get that information within Rdd, directly from the HttpContext, then we sould go further and retrieve the first URL segment as well.

If we ask the consumer project to pass this information to Rdd through settings for instance, then we should ask it for the non mandatory first segment.

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

No branches or pull requests

3 participants