Luke Emmet luke at marmaladefoo.com
Sat Jun 6 23:37:43 BST 2020
- - - - - - - - - - - - - - - - - - -
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?
This may have revealed a client bug I need to fix
thanks
- Luke