-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #422: Encode tracker API token in HTTP requests
860de14 fix: [#419] url-encode tracker API token in the HTTP requests (Jose Celano) 2c9c3dd fix: [#391] patch to identify 'torrent not found' tracker API response (Jose Celano) Pull request description: When the API token contains special characters like: `123g7#@agJtWFSgkdA5R$K22yeo$k6IhNq%T2$r` The value must be URL-encoded like this: http://tracker.torrust-demo.com:1212/v1/stats?token=123g7%23%40agJtWFSgkdA5R%24K22yeo%24k6IhNq%25T2%24r Instead of using the token directly: http://tracker.torrust-demo.com:1212/v1/stats?token=123g7#@agJtWFSgkdA5R$K22yeo$k6IhNq%T2$r This PR also fixes the issue #391 ACKs for top commit: josecelano: ACK 860de14 Tree-SHA512: 7c4e2361f3d27f9cfc05e38659a1bd1b7bd5668bed59f7b6bec0c8c05e9143398054d906a9bf9980fcda2db548562aec689ee3c76a535c98b0cd0db83aaabfce
- Loading branch information
Showing
2 changed files
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters