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 in main.php (via $_server['path_info']).

php post wireshark

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -