[GH-ISSUE #5582] [feature]: Console feature like Postman #2156

Closed
opened 2026-03-16 23:23:53 +03:00 by kerem · 3 comments
Owner

Originally created by @pmondal-int on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5582

Is there an existing issue for this?

  • I have searched the existing issues

Summary

It would be great if Hoppscotch had a console feature like Postman. Its a very useful feature that streamlines debugging issues with requests, and also writing the pre/post request scripts as well.

Why should this be worked on?

One problem we run into frequently is sometimes requests don't work as expected, and to debug it we want to confirm that the request had the right headers and data. While we can go to the Chrome network tab, its a lot of clicks to find the right request, and then look through the contents. It would be much easier if there was a dedicated console in the UI that showed the outgoing/incoming requests/responses

Originally created by @pmondal-int on GitHub (Nov 13, 2025). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5582 ### Is there an existing issue for this? - [x] I have searched the existing issues ### Summary It would be great if Hoppscotch had a [console feature like Postman](https://blog.postman.com/the-postman-console/). Its a very useful feature that streamlines debugging issues with requests, and also writing the pre/post request scripts as well. ### Why should this be worked on? One problem we run into frequently is sometimes requests don't work as expected, and to debug it we want to confirm that the request had the right headers and data. While we can go to the Chrome network tab, its a lot of clicks to find the right request, and then look through the contents. It would be much easier if there was a dedicated console in the UI that showed the outgoing/incoming requests/responses
kerem 2026-03-16 23:23:53 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@liyasthomas commented on GitHub (Nov 13, 2025):

Hoppscotch already has the console.log() feature. You can write your console log statements in pre-request or post-request scripts and send the request to execute them. The console logs will be displayed on a separate tab next to the Tests tab in the Response panel.

<!-- gh-comment-id:3529280645 --> @liyasthomas commented on GitHub (Nov 13, 2025): Hoppscotch already has the console.log() feature. You can write your console log statements in pre-request or post-request scripts and send the request to execute them. The console logs will be displayed on a separate tab next to the Tests tab in the Response panel.
Author
Owner

@pmondal-int commented on GitHub (Nov 13, 2025):

Sure but as I mentioned, this isn't just for console logs. We would like the ability to see the outgoing request so that we can confirm the variable values, and any auto-generated values were populated correctly.

Also the console logs only show up when the "Experimental Scripting Sandbox" is enabled. We can't ask our users to use an experimental feature just for the console logs.

<!-- gh-comment-id:3529698776 --> @pmondal-int commented on GitHub (Nov 13, 2025): Sure but as I mentioned, this isn't just for console logs. We would like the ability to see the outgoing request so that we can confirm the variable values, and any auto-generated values were populated correctly. Also the console logs only show up when the "Experimental Scripting Sandbox" is enabled. We can't ask our users to use an experimental feature just for the console logs.
Author
Owner

@mmgfrcs commented on GitHub (Dec 25, 2025):

Or something like this

Image
<!-- gh-comment-id:3691513109 --> @mmgfrcs commented on GitHub (Dec 25, 2025): Or something like this <img width="983" height="1269" alt="Image" src="https://github.com/user-attachments/assets/38da75c1-313d-42ba-8717-715a1e1aa6ca" />
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2156
No description provided.