CodeIgniter Forums
How do I configure SPARK to see routes? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: How do I configure SPARK to see routes? (/showthread.php?tid=76295)



How do I configure SPARK to see routes? - MatheusCastro - 04-30-2020

With php spark serve the return is that way:

PHP Code:
[Fri May  1 00:08:05 2020192.168.1.112:49612 Accepted
[Fri May  1 00:08:05 2020192.168.1.112:49612 Closing
[Fri May  1 00:08:05 2020192.168.1.112:49613 Accepted
[Fri May  1 00:08:05 2020192.168.1.112:49614 Accepted
[Fri May  1 00:08:05 2020192.168.1.112:49613 Closing
[Fri May  1 00:08:05 2020192.168.1.112:49616 Accepted
[Fri May  1 00:08:05 2020192.168.1.112:49616 Closing 


I would like to see what GET PUT POST requests are being made to the server.

Or at least which route was called and what parameters were passed in the GET.

It is possible?


RE: How do I configure SPARK to see routes? - kilishan - 04-30-2020

That would be cool, but it is not supported. The server is just a handy front-end for PHP's built in server which doesn't provide any options for output formatting.