<div dir="ltr">Or you could consider running curl or wget as a subprocess.<div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 7, 2023 at 2:59 PM Raymond Wiker <<a href="mailto:rwiker@gmail.com">rwiker@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><br><div><br><blockquote type="cite"><div>On 7 May 2023, at 22:19, paul tarvydas <<a href="mailto:paultarvydas@gmail.com" target="_blank">paultarvydas@gmail.com</a>> wrote:</div><br><div><div>I want to GET a URL and put the result into a string with as little fuss as possible, but nothing seems to work.<br><br>I am trying to follow:<br><a href="https://lispcookbook.github.io/cl-cookbook/web-scraping.html" target="_blank">https://lispcookbook.github.io/cl-cookbook/web-scraping.html</a><br><br>using SBCL and LispWorks.<br><br>I'm on a MacBook (Ventura) and am getting SSL errors (plus unicode errors in Lispworks).<br><br>Reminders as to how to fix such problems would be appreciated...<br><br>thanks<br>pt<br></div></div></blockquote></div><br><div><br></div><div><span style="color:rgb(0,0,0)">If all you need is to fetch whatever is at a url, the following should suffice:</span><br style="color:rgb(0,0,0)"><br style="color:rgb(0,0,0)"><span style="color:rgb(0,0,0)">(dexador:get "</span><a href="https://planet.lisp.org/" target="_blank">https://planet.lisp.org</a><span style="color:rgb(0,0,0)">")</span><br style="color:rgb(0,0,0)"><br style="color:rgb(0,0,0)"><span style="color:rgb(0,0,0)">or </span><br style="color:rgb(0,0,0)"><br style="color:rgb(0,0,0)"><span style="color:rgb(0,0,0)">(drakma:http-request "</span><a href="https://planet.lisp.org/" target="_blank">https://planet.lisp.org</a><span style="color:rgb(0,0,0)">")</span><br style="color:rgb(0,0,0)"><br style="color:rgb(0,0,0)"><span style="color:rgb(0,0,0)">What errors, if any, do you get from these?</span></div></div></blockquote></div>