decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

SDK7 cannot call a local http test version of a REST service from a local preview of a scene #925

Closed cfravel closed 1 year ago

cfravel commented 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

gonpombo8 commented 1 year ago

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.