You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey guys, maybe someone can shed some light for me.
I'm trying to use Saloon to build a SDK for Dahua IPC HTTP APIs and almost lost my mind trying to change Guzzle default enconding behaviour.
Digging old issues and the docs, I had successfully changed the parameters enconding:
But this hellish endpoint requires me to change de URI enconding:
It is expecing raw square brackets and doesn't know to interpret %5B for [ or %5D for ].
I tried using Guzzle directly without any success either.
The only way that I've found to make it work is to use the curl client directly (
curl_init();
).Any toughts on how to make it work or use curl inside of some Saloon class?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions