-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Labels: feature, network, guzzle
Context: Guzzle 7.x
Description:
Openapi SDK internally creates its own HTTP client instead of using Guzzle's shared configuration. Proxy settings defined in Laravel or Guzzle global config are ignored.
Expected:
Add configuration parameter:
Openapi::configure(['proxy' => 'http://proxy.internal:8080']);
Impact:
Corporate environments with strict network routing cannot reach the API.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed