Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If a prefix is being used, add a leading slash. #4

Merged
merged 1 commit into from
Aug 29, 2019

Conversation

richgerdes
Copy link
Contributor

The following error is thrown by Guzzle, when urls are being prefixed.

User Deprecated: The path of a URI with an authority must start with a slash "/" or be empty. Automagically fixing the URI by adding a leading slash to the path is deprecated since version 1.4 and will throw an exception instead.

The following error is thrown by Guzzle, when urls are being prefixed.

> User Deprecated: The path of a URI with an authority must start with a slash "/" or be empty. Automagically fixing the URI by adding a leading slash to the path is deprecated since version 1.4 and will throw an exception instead.
@pmarien pmarien merged commit e901914 into eosnewmedia:master Aug 29, 2019
@pmarien
Copy link
Member

pmarien commented Aug 29, 2019

thanks for the correction

@richgerdes
Copy link
Contributor Author

Thanks for getting this in 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants