rackspace / gophercloud

A Go SDK for OpenStack. IN FEATURE FREEZE. See Issue #592
http://gophercloud.io
Other
456 stars 185 forks source link

Proper way to add custom header to all requests from client #636

Closed awskii closed 6 years ago

awskii commented 6 years ago

Looking for proper way to add custom header (X-Forwarded-For) into all ProviderClient requests. Deep search in google and github was not successful.

Working on custom proxy to swift servers and i want to know client IP instead of proxy server IP.