Estou tentando salvar o pedido e retorna a seguinte mensagem de erro:
GET https://aluracar.herokuapp.com/salvarPedido?carro=C3+1.0&email=fdfdfd&endereco=ffdfd&nome=ffd&preco=22500 404 (Not Found)
ionicplatform=ios#/finalizarpedido/%7B%22nome%22:%22C3%201.0%22,%22preco%22:22500%7D:1 XMLHttpRequest cannot load https://aluracar.herokuapp.com/salvarPedido?carro=C3+1.0&email=fdfdfd&endereco=ffdfd&nome=ffd&preco=22500. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8100' is therefore not allowed access. The response had HTTP status code 404.
Quanto ao Cors, ele ja esta habilitado no config.xml
Quando faço a requisição pelo postman, retorna a seguinte mensagem:
{ "timestamp": 1488424046205, "status": 404, "error": "Not Found", "message": "No message available", "path": "/salvarPedido" }