Hi.
I have a crossplatform app that I am testing on Mac and Windows.
On Windows, the same GET request to list documents, works perfectly.
On Mac, the same call returns a "malformed input to a url function" error
I have compared the 2 final URLs using a diff checker, and they are identical.
So whats different?
Windows is using http 1.1
Mac is using http/2.
Has anyone come across this? TIA for any help.
Thanks,
Tom
TL;DR
Developers are facing an issue where a GET request to list documents works on Windows but returns a "malformed input to a url function" error on Mac. The final URLs are identical, but Windows is using http 1.1 while Mac is using http/2. Any solutions?