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
It can be demonstrated like:
read append http://httpbin.org/get?q= {Test query}
with this output:
[HTTP] Opening connection: tcp://httpbin.org:80 [HTTP] Request: {GET /get?q=Test query HTTP/1.1^M Host: httpbin.org^M Accept: */*^M Accept-charset: utf-8^M Accept-Encoding: gzip,deflate,br^M User-Agent: rebol/3.17.1 (Windows; x64)^M } [HTTP] HTTP/1.1 400 Bad Request [HTTP] Headers: [ Content-Length: "202" Content-Encoding: none Transfer-Encoding: none Last-Modified: none Date: "Mon, 15 Jul 2024 12:13:16 GMT" Content-Type: "text/html" Connection: "keep-alive" ]
The text was updated successfully, but these errors were encountered:
Oldes/Rebol3@2749235
FIX: HTTP query validation fixed
d9e52c6
related to: Oldes/Rebol-issues#2606
No branches or pull requests
It can be demonstrated like:
with this output:
The text was updated successfully, but these errors were encountered: