Fix issue where path components are discarded for custom URLs
Previously, with custom providers, like Fireworks, parts of the path were being discarded preceeding the v1 version tag.
As a result, this meant that many providers would result in 404 errors trying to make api calls.
This fix properly combines all path components when making a request.
FYI @jamesrochabrun uses 3 space indent in Xcode. Would make the change clear if indent level stayed the same
Ah fair enough. I'm a 4 space kind of guy - 3 is madness.
Just wanted to share the fix for now.
Damn this change broke Azure... This URL building setup is insanely obtuse lol
Thanks @lzell for the 👀
Damn this change broke Azure... This URL building setup is insanely obtuse lol
@provencher managing different providers (now are so many) may end in not the most cleanest code I agree lol, can you share with me how the request will look like, a curl will be sufficient to see what we can do here :)
Thanks for the PR!
@provencher Bump ⬆️