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
Just wondering how you want to handle the --location flag. With cURL, it means "follow any redirects" but the Laravel Http client does this by default.
My thinking is to just silently accept and discard it so that it doesn't throw an error like this:
Thoughts? I'm happy to add this "feature" if you're ok with the idea of just ignoring it.
The text was updated successfully, but these errors were encountered:
Just wondering how you want to handle the
--location
flag. With cURL, it means "follow any redirects" but the LaravelHttp
client does this by default.My thinking is to just silently accept and discard it so that it doesn't throw an error like this:
Thoughts? I'm happy to add this "feature" if you're ok with the idea of just ignoring it.
The text was updated successfully, but these errors were encountered: