post - Slashes after .php -
post - Slashes after .php -
i'm trying analyse packets sent application through wireshark , came across line:
post /main.php/login/authkey http/1.1
question: 1. main.php
directory or php file? 2. authkey
php file? related .htaccess
?
sorry if question asked before, don't know how describe search with.
edit: response given is: http/1.1 200 ok
server apache
it impossible authoritatively tell server given url, answers are:
a php file it something interpreted code inmain.php
(via $_server['path_info']
). php post wireshark
Comments
Post a Comment