Connecting To An Https Service With Sproutcore March 11, 2024 Post a Comment I'm building a web app that requires me to connect to a service (https) to get some data. The web app is to be built using SproutCore. Now, I'm super new to SproutCore, and haven'tSolution 1: Change:proxy '/path', :to =>"https://myWebService.com", :secure =>trueCopytoproxy '/', :to =>"myWebService.com", :secure =>trueCopythenSC.Request.getUrl('/path').notify(this, 'notifyMe').send(); Copyshould work Share Post a Comment for "Connecting To An Https Service With Sproutcore"
Post a Comment for "Connecting To An Https Service With Sproutcore"