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

Trailing slash in webServiceUrl #127

Closed
krivochenko opened this issue Jun 24, 2019 · 8 comments
Closed

Trailing slash in webServiceUrl #127

krivochenko opened this issue Jun 24, 2019 · 8 comments

Comments

@krivochenko
Copy link
Contributor

In process of render pass trailing slash added even if I specify webServiceUrl without it.
How I can control it? I need it because Wallet Union adds one more slash and requests //v1/... causes 404 error.

@issue-label-bot issue-label-bot bot added the bug label Jun 24, 2019
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.84. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@tinovyatkin
Copy link
Owner

I can't reproduce it. Can you give the full URL you are setting to webServiceURL?

@krivochenko
Copy link
Contributor Author

I set someting kind of https://example.com. In pass.json I see https://example.com/

@tinovyatkin
Copy link
Owner

Naked domain is not a valid URL for webservice....

@krivochenko
Copy link
Contributor Author

What do you mean? What I have to set as a webServiceUrl?

@tinovyatkin
Copy link
Owner

I mean you don't have request path in such URL. So, from HTTPS point of view https://example.com and https://example.com/ is the same, while latest is full URL. I understand that some application named Wallet Union doesn't know how to extend a path for an URL correctly, but doesn't see any error here on our side.
I'll let it be anyway in the next patch release.

@tinovyatkin
Copy link
Owner

Solved in v6.4.9

@krivochenko
Copy link
Contributor Author

Thanks!

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

No branches or pull requests

2 participants