Domanda

In Fat Free it is possible to trigger a GET request by simply using route or reroute. But there are many situations in which the GET method is insecure and inappropriate for sending parameters. How can I trigger a post request to an URL and send parameters through POST?

È stato utile?

Soluzione

Have a look at mock(). I think it's what you're looking for.

https://github.com/bcosca/fatfree#mocking-http-requests

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top