Question

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?

Was it helpful?

Solution

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top