My webService uses the slim framework and works correctly using this request:
http://localhost:8000/wsrf/cadastrarFarmaciasPlantao/TESTEA/38410101/38410202/38410303/35172062/Rua X/email@emailcom/site/2015-10-15/IMAGEM01JPG
But if I add a period in the email or the extension of the image stops working
http://localhost:8000/wsrf/cadastrarFarmaciasPlantao/TESTEA/38410101/38410202/38410303/35172062/Rua X/[email protected]/site/2015-10-15/IMAGEM01.JPG
Does anyone know the cause?
Request php header:
$app->post("/cadastrarFarmaciasPlantao/:nome/:telefone/:telefone2/:telefone3/:cep/:endereco/:email/:site/:data/:imagem",
function ($nome,$telefone,$telefone2,$telefone3,$cep,$endereco,$email,$site,$data,$imagem)