Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Model S REST API

This site may earn commission on affiliate links.
I know my mobile apps (in Cordova) when calling my own back end server APIs, I need to send the "Access-Control-Allow-Origin: *" header. Do Tesla's API calls return that header?
Maybe for some responses, but I've never seen it
upload_2018-2-21_10-20-2.png
 
Does anyone on here have working code for Summon?

I've had it working in my app for about a year, but it stopped working recently, so i assume they've changed something.

It's getting through to the preparing and then active_reverse/forward states, and the car (facelift AP1) is taking the parking brake off and adjusting the steering, but it never actually moves. The connection then jumps back to the ready state. I'm sending and receiving the heartbeat_app/car messages correctly as far as i can see.

Just wondering if anyone had any ideas, or knew what had changed before i try and hack around SSL pinning again :( Thanks!