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
When the api is behind basic authentication or some other authentication there is no way of configuring this.
In the DependencyInjectin Extension you create a guzzle client, but you might want to use a guzzle bundle like eightpoints/guzzle-bundle so people can configure their guzzle client.
This way people can configure multiple clients and when they do they can configure all kinds of things, like a username and password for a protected api.
The text was updated successfully, but these errors were encountered:
When the api is behind basic authentication or some other authentication there is no way of configuring this.
In the DependencyInjectin Extension you create a guzzle client, but you might want to use a guzzle bundle like
eightpoints/guzzle-bundle
so people can configure their guzzle client.This way people can configure multiple clients and when they do they can configure all kinds of things, like a username and password for a protected api.
The text was updated successfully, but these errors were encountered: