Hi Sean,
Even weirder .... when I tried this morning your string-append
solution - which I had left in place - worked immediately with no
changes from last night. The only thing different is I had closed
DrRacket before going to bed and reopened it this morning. Maybe
something was wonky in DrRacket? It had been running about ~14
hours yesterday at the point I started having trouble and I fought
with it a couple more hours before quitting? But AFAICR, I've
never seen that before.
However, as you discovered also, passing the data as #:data
doesn't work and now I'm interested in why. ISTM that the URI +
#:data should be identical to the string-append with "?" and
#:method #"GET".
Also, Google recommends using POST if the data is sensitive, but I
can't get POST to work even from a pure HTML form in a browser.
So now I'm really curious as to what's going on.
Thanks for your help,
George