
Announcements
I'm hosting a site on Squarespace and wanted to set up a form that would allow uploading documents to my SharePoint. I found a plugin that someone is hosting that allows documents to be uploaded to their site with the option of adding my own URL.
However, when I use the URL generated from the HTTP Request Received trigger, their parsing can't handle the = signs and its throwing 400 or 404 errors.
If I manually escape all the = signs, I don't get a 400 or 404 error, but instead I get a "Uncaught DOMException: Failed to execute 'open' on 'XMLHttpRequest': Invalid URL" error.
I can't seem to properly escape the url. Here is the URL for reference (values are random so its not a real url).