westoque (William Estoque)
- Login: westoque
- Registered on: 12/12/2022
- Last sign in: 12/13/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/13/2022
-
10:13 PM Ruby Bug #19196: The string saved to Tempfile from URI.open escapes "&" character
- @ufuk thank you for that explanation. I may have jumped to conclusions when checking that response in the browser (Chrome) vs curl which unescaped the characters.
12/12/2022
-
09:30 PM Ruby Bug #19196 (Rejected): The string saved to Tempfile from URI.open escapes "&" character
- When I am reading the string response from a URI.open, the response is not equivalent to the response body.
How to reproduce:
```
url = "https://www.podcastone.com/podcast?categoryID2=1237"
handle = URI.open(url)
=> #<Tempfile...