exponea/exponea-ios-sdk

Base URL config

Closed this issue · 3 comments

Configuration of base URL requires not having "/" at the end. E.g.:
https://api.exponea.com <- works
https://api.exponea.com/ <- doesn't work

My assumption is, that simple string concatenation is done (as in BASE_URL + API_PATH), instead of proper URL path joining.

Makes sense, added to our backlog.
Thank you!

Hi @MatejBordac, this should be already fixed in 2.11.0 release.

Already fixed