💾 Archived View for rawtext.club › ~sloum › geminilist › 001385.gmi captured on 2020-09-24 at 01:55:10. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Sean Conner sean at conman.org
Sun Jun 7 00:25:12 BST 2020
- - - - - - - - - - - - - - - - - - -
It was thus said that the Great Luke Emmet once stated:
On 06-Jun-2020 23:28, Luke Emmet wrote:
On 06-Jun-2020 23:16, Sean Conner wrote:
Define "url escaping the request". Because a query like "3 * 2 +
1" needs
to be esscpaed to "3%20*%202%20+%201"---it can also be escaped as
"%33%20%2A%20%32%20%2B%20%31". It's that escaped string that is sent
to the
server.
-spc
[1] I have a *very* basic Gemini client that sends verbatim what
I tell
it to send.
I'm now decoding the query on the server side. Does it work for you now?
Yes it does.
thanks
You're welcome.
-spc