Allow proxy URL to end in question mark (?)
Open
bug
good first issue
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The plugin currently expects the urls to be in the following format:
URL: http://service.url/...
proxy URL: http(s)://proxy.url
It adds the `?` between them without checking if the proxy URL ends with one.
Tests for the URLs are needed, without sending requests, just make sure that there is no `?` at the end.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.