Server.setBaseURL
-
Can having Server.setBaseURL twice in a project and both set to different urls mess around with the urls? If so is there a workaround?
Currently I have two inside different functions, and if I put one function before the other it works but not the other way round... In any case it seems there probably should be some conflict....
-
Just set the base URL to
https://
and then you can use any URL you want. -
@d-healey good idea!