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
Did you manage to add proxy support to a DFP API client?
My project uses .NET Core 2.2 under CentOS Lunux (docker) and it seems that a client library ignores env proxy settings (http_proxy & https_proxy). The OAuth authorization (ADUser) uses a proxy settings but ReportJob ignores it.
.NET Core 2.0 has issues with proxy support:
dotnet/wcf#1592
This will be fixed in .NET Core 2.1 and our library should to update as soon as it's available.
The text was updated successfully, but these errors were encountered: