Closed cfravel closed 1 year ago
If you try to call a local http test version of a REST API service from a local preview of an SDK7 scene, you get the following error:
Warning: Can't make an unsafe http request in deployed scenes, please consider upgrading to https. url=http://localhost/
testing with a local https service was allowed in SDK6
Warning: Can't make an unsafe
Hey, this is working as expected. You are seeing a Warning that this http request is not going to work once you deploy your scene. But the request is being made.
If you try to call a local http test version of a REST API service from a local preview of an SDK7 scene, you get the following error:
Warning: Can't make an unsafe http request in deployed scenes, please consider upgrading to https. url=http://localhost/
testing with a local https service was allowed in SDK6