We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently from these lines in northgate.rb:
results_url = URI::encode(base_url + response2.headers['Location'].gsub!('PS=10', 'PS=99999')) app.info_url = URI::encode(generic_url + cells[0].at('a')[:href].strip)
We need to improve the URL escaping by understanding what's precisely required here and doing it properly.
This post gives some guidance:
https://docs.knapsackpro.com/2020/uri-escape-is-obsolete-percent-encoding-your-query-string
The text was updated successfully, but these errors were encountered:
adrianshort
No branches or pull requests
Currently from these lines in northgate.rb:
We need to improve the URL escaping by understanding what's precisely required here and doing it properly.
This post gives some guidance:
https://docs.knapsackpro.com/2020/uri-escape-is-obsolete-percent-encoding-your-query-string
The text was updated successfully, but these errors were encountered: