Posts by Cleyton Carvalho • 31 points
2 posts
- 
		1 votes1 answer333 viewsA: Ionic - Send localhost post to external PHP APII already solved the problem. There were two things: 1 - In the file Ionic.config.json I put the wrong proxyUrl address, was missing 'www' (for some reason making GET requests worked even without… 
- 
		2 votes1 answer333 viewsQ: Ionic - Send localhost post to external PHP APIHello! I’m developing an app with Cordova/Ionic and I’m trying to send data via post as follows: public async login(usuario: string, senha: string): Promise<any[]>{ let body = new FormData();…