[GH-ISSUE #250] Issue on docs #69

Closed
opened 2026-03-16 12:23:45 +03:00 by kerem · 5 comments
Owner

Originally created by @ayushipatel007 on GitHub (Oct 15, 2024).
Original GitHub issue: https://github.com/hoppscotch/docs/issues/250

Path: /documentation/features/interceptor
Hello, this is Ayushi
I started using hoppscotch from last few months. As I wanted to use it for localhost it needed browser extension and I download it as per docs.hoppscotch.io. But the issue is even after having browser extension it is not working for localhost requests. I had write the code correctly and had started the server in terminal.
I tried to look for the solution but I wasn't able to find anything that's why I am writing this issue here.
Git-bash Terminal   VS Code
Hoppscotch

Originally created by @ayushipatel007 on GitHub (Oct 15, 2024). Original GitHub issue: https://github.com/hoppscotch/docs/issues/250 Path: /documentation/features/interceptor Hello, this is Ayushi I started using hoppscotch from last few months. As I wanted to use it for localhost it needed browser extension and I download it as per docs.hoppscotch.io. But the issue is even after having browser extension it is not working for localhost requests. I had write the code correctly and had started the server in terminal. I tried to look for the solution but I wasn't able to find anything that's why I am writing this issue here. ![Git-bash Terminal VS Code](https://github.com/user-attachments/assets/4b39d0bf-124d-4aa9-832c-7754cf43b3cf) ![Hoppscotch](https://github.com/user-attachments/assets/8faca000-9aea-423f-9999-a8fe40891fa5)
kerem closed this issue 2026-03-16 12:23:51 +03:00
Author
Owner

@SanskritiHarmukh commented on GitHub (Oct 15, 2024):

Hi @ayushipatel007, have you added the Base URL under origins in the browser extension?

<!-- gh-comment-id:2413396918 --> @SanskritiHarmukh commented on GitHub (Oct 15, 2024): Hi @ayushipatel007, have you added the Base URL under origins in the browser extension?
Author
Owner

@ayushipatel007 commented on GitHub (Oct 15, 2024):

Yes, I had

On Tue, 15 Oct 2024, 3:10 pm Sanskriti Harmukh, @.***>
wrote:

Hi @ayushipatel007 https://github.com/ayushipatel007, have you added
the Base URL under origins in the browser extension?


Reply to this email directly, view it on GitHub
https://github.com/hoppscotch/docs/issues/250#issuecomment-2413396918,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/BKSEFAHANOZ7IWBX2NK3YT3Z3TPIFAVCNFSM6AAAAABP6WFLU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJTGM4TMOJRHA
.
You are receiving this because you were mentioned.Message ID:
@.***>

<!-- gh-comment-id:2413399458 --> @ayushipatel007 commented on GitHub (Oct 15, 2024): Yes, I had On Tue, 15 Oct 2024, 3:10 pm Sanskriti Harmukh, ***@***.***> wrote: > Hi @ayushipatel007 <https://github.com/ayushipatel007>, have you added > the Base URL under origins in the browser extension? > > — > Reply to this email directly, view it on GitHub > <https://github.com/hoppscotch/docs/issues/250#issuecomment-2413396918>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/BKSEFAHANOZ7IWBX2NK3YT3Z3TPIFAVCNFSM6AAAAABP6WFLU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJTGM4TMOJRHA> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> >
Author
Owner

@SanskritiHarmukh commented on GitHub (Oct 15, 2024):

Okay, could you please confirm if your server is set up to handle HTTPS requests, or should the URL be using HTTP instead? If the server isn't configured for HTTPS, try changing the URL to http://localhost:8080 and see if that resolves the issue.

<!-- gh-comment-id:2414519052 --> @SanskritiHarmukh commented on GitHub (Oct 15, 2024): Okay, could you please confirm if your server is set up to handle **HTTPS** requests, or should the URL be using **HTTP** instead? If the server isn't configured for HTTPS, try changing the URL to `http://localhost:8080` and see if that resolves the issue.
Author
Owner

@ayushipatel007 commented on GitHub (Oct 15, 2024):

I will try that.

On Tue, 15 Oct 2024, 10:14 pm Sanskriti Harmukh, @.***>
wrote:

Okay, could you please confirm if your server is set up to handle HTTPS
requests, or should the URL be using HTTP instead? If the server isn't
configured for HTTPS, try changing the URL to http://localhost:8080 and
see if that resolves the issue.


Reply to this email directly, view it on GitHub
https://github.com/hoppscotch/docs/issues/250#issuecomment-2414519052,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/BKSEFAGS4TP7Y6S44HXV643Z3VBATAVCNFSM6AAAAABP6WFLU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJUGUYTSMBVGI
.
You are receiving this because you were mentioned.Message ID:
@.***>

<!-- gh-comment-id:2414607082 --> @ayushipatel007 commented on GitHub (Oct 15, 2024): I will try that. On Tue, 15 Oct 2024, 10:14 pm Sanskriti Harmukh, ***@***.***> wrote: > Okay, could you please confirm if your server is set up to handle *HTTPS* > requests, or should the URL be using *HTTP* instead? If the server isn't > configured for HTTPS, try changing the URL to http://localhost:8080 and > see if that resolves the issue. > > — > Reply to this email directly, view it on GitHub > <https://github.com/hoppscotch/docs/issues/250#issuecomment-2414519052>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/BKSEFAGS4TP7Y6S44HXV643Z3VBATAVCNFSM6AAAAABP6WFLU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJUGUYTSMBVGI> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> >
Author
Owner

@ayushipatel007 commented on GitHub (Oct 19, 2024):

I had changed my link, and it worked. Thank you!!

<!-- gh-comment-id:2423562172 --> @ayushipatel007 commented on GitHub (Oct 19, 2024): I had changed my link, and it worked. Thank you!!
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/docs#69
No description provided.