<div dir="ltr">Hello, I am trying to use the racket networking libraries for a basic set of get and post requests. I need to send a url of the form:<div><br></div><div style><a href="http://foo.com/?url=http://bar.com?baz=1000">http://foo.com/?url=http://bar.com?baz=1000</a> (NOT form encoded)</div>
<div style><br></div><div style>however, the standard get-impure-port procedure seems to enforce url-encoding, which ends up submitting the request:</div><div style><br></div><div style><a href="http://foo.com/?url=http%3A%2F%2Fbar.com%3Fbaz%3D1000">http://foo.com/?url=http%3A%2F%2Fbar.com%3Fbaz%3D1000</a><br>
</div><div style><br></div><div style>I was wondering if there was any built-in way to circumvent the url-encoding process at any stage of the get-impure-port function, or whether anyone could recommend the least invasive way to integrate the ability to make such requests into my usage of the other networking functions. I haven&#39;t used racket before, so I am not especially familiar with the typical patterns associated with the core libraries.</div>
<div style><br></div><div style>Thanks,</div><div style>Evan</div></div>