php-spx
php-spx copied to clipboard
Not able to see traces
I followed the installation instructions,
installed dev php package sudo apt-get install php5.6-dev
, then sudo apt-get install zlib1g-dev
, then git clone https://github.com/NoiseByNorthwest/php-spx.git cd php-spx git checkout release/latest phpize ./configure make sudo make install
afterwards I added the following to /etc/php/5.6/cli/php.ini and /etc/php/5.6/apache2/php.in
extension=spx.so spx.http_enabled=1 spx.http_profiling_enabled=1 spx.http_key="the_key_here" spx.http_ip_whitelist="*"
and restarted apache
when I access the https://webserver_uri/api/?SPX_KEY=the_key_here&SPX_UI_URI=/ i see the control panel GUI However, I'm willing to analyze the live traffic, that go the webserver_uri/api/ endpoint, similar to:
GET /api/get_order_details
I'm only seeing the control panel is there a way to have the live traffic being profiled?