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
Describe the bug
Some functions including the one below strips the base url, this results in http://host:port/version instead of http://host:port/some_path/version when using http://host:port/some_path as the base url for context broker.
Describe the bug
Some functions including the one below strips the base url, this results in
http://host:port/version
instead ofhttp://host:port/some_path/version
when usinghttp://host:port/some_path
as the base url for context broker.FiLiP/filip/clients/ngsi_v2/cb.py
Line 152 in 41e7349
To Reproduce
Expected behavior
The resulting path in functions like
get_version()
in context broker ishttp://host:port/some_path/version
.Screenshots
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: