fog-openstack icon indicating copy to clipboard operation
fog-openstack copied to clipboard

Issue with endpoint when proxy URL used

Open ktibi opened this issue 9 years ago • 0 comments
trafficstars

Hi,

When fog detect endpoint, it use URL for detect version of API.

For that, fog use the beginning of URL like http://hostname and request on / for detecting the version.

If we use an endpoint like http://hostname/nameOfService, fog use http://hostname and can't detect the good version.

Need to change how to detect version and use the entire URL.

ktibi avatar Apr 05 '16 13:04 ktibi