Hi there, I’ve noticed that iOS returns an “Unsupported URL” error (code=-1002) when I try to use the fetch function, calling a URL that has parameters.
It seems to be a recent change from Apple since my code used to work with the same URL and same parameters before.
I’ve tried to use encodeURIComponent( ) to no avail.
Any idea how to go around it?