Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty response headers, bodies in web debug panel #155

Open
mrmuminov opened this issue Jun 30, 2023 · 2 comments
Open

Empty response headers, bodies in web debug panel #155

mrmuminov opened this issue Jun 30, 2023 · 2 comments

Comments

@mrmuminov
Copy link

mrmuminov commented Jun 30, 2023

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
Copy link
Author

Any news or misunderstandings?

@azimjohn
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants