jprq icon indicating copy to clipboard operation
jprq copied to clipboard

Empty response headers, bodies in web debug panel

Open mrmuminov opened this issue 1 year ago • 2 comments

JPRQ: v2.1 (with https://jprq.io/install.sh) OS: Ubuntu 20.04 Browser: Chrome 114.0.5735.133 (Official Build) (64-bit)

I returner simple response (for testing) image with this code:

<?php

header("Content-Type: application/json");
echo json_encode([
    "isOk" => true,
]);

and i use

php -S localhost:8520

command for starting local server and run

jprq http 8520 --debug

this debugger page image

/favicon.ico path is showed response image


EventStream in devtools panel image

mrmuminov avatar Jun 30 '23 13:06 mrmuminov

Any news or misunderstandings?

mrmuminov avatar Jul 11 '23 07:07 mrmuminov

@mrmuminov Thank you for opening this issue. We'll release fixes for this bug in version 2.2 with some more features.

azimjohn avatar Jul 12 '23 06:07 azimjohn