While everything works to get the API tokens from my FMS database, hosted on a different PC on my LocalNetwork, using this url:
Code: Select all
https://192.168.1.160/fmi/data/v1/databases/MyDBname/sessionsCode: Select all
https://MyExternalIPAddress/fmi/data/v1/databases/MyDBname/sessionsThe httpHeaders is the same:
Code: Select all
"Content-Type: application/json" & cr &
"Authorization: Basic " & tEncodedUser Any idea?
Thanks
Trevix

