Skip to content

Fix 400, 404 response code#22

Open
cybermsv wants to merge 2 commits intoSevenSpikes:masterfrom
cybermsv:master
Open

Fix 400, 404 response code#22
cybermsv wants to merge 2 commits intoSevenSpikes:masterfrom
cybermsv:master

Conversation

@cybermsv
Copy link

Fixed some errors causing 400, 404 response code

Sergei Mileshin added 2 commits June 17, 2020 04:16
A mistake constructing the URI results in a double slash on output: 'http://host//foo'.
This is a bad URI. We had a 404 Not Found.
Fixed it by constructing the URI in a more correct way.
Using this app-example with a 'https' scheme results to a 400 Bad Request (tested with nopcommerce 4.2).
The reason is a different TLS versions are used by nopcommerce and app-example.
Fixed it by explicit setting TLS 1.2.
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

Successfully merging this pull request may close these issues.

1 participant