diff --git a/Source/ProofOfConcept/Program.cs b/Source/ProofOfConcept/Program.cs index 7428967..af580e8 100644 --- a/Source/ProofOfConcept/Program.cs +++ b/Source/ProofOfConcept/Program.cs @@ -248,7 +248,6 @@ if (app.Environment.IsDevelopment()) HttpClient client = httpClientFactory.CreateClient("InsecureClient"); client.BaseAddress = new Uri("https://tesla_command_proxy"); client.DefaultRequestHeaders.Add("Authorization", $"Bearer {access_token}"); - client.DefaultRequestHeaders.Add("Content-Type", "application/json"); //Get cars VehiclesEnvelope? vehiclesEnvelope = await client.GetFromJsonAsync("/api/1/vehicles");