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

URL contains a double slash #18

Open
r2sahan opened this issue Oct 21, 2020 · 0 comments
Open

URL contains a double slash #18

r2sahan opened this issue Oct 21, 2020 · 0 comments

Comments

@r2sahan
Copy link

r2sahan commented Oct 21, 2020

request_uri = '/app/ccv2r'

Due to software changes on the Maxmind API, it is rejecting URLs contain a double slash.

Invalid URL: https://minfraud.maxmind.com//app/ccv2r
Valid URL: https://minfraud.maxmind.com/app/ccv2r

my suggestion is:

    request_uri = 'app/ccv2r'
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

No branches or pull requests

1 participant