mirror of
https://github.com/proxmoxer/docs.git
synced 2026-04-25 23:25:56 +03:00
[GH-ISSUE #250] Issue on docs #69
Labels
No labels
CodeDay
enhancement
pull-request
testmu
testmu
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docs#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@SanskritiHarmukh commented on GitHub (Oct 15, 2024):
Hi @ayushipatel007, have you added the Base URL under origins in the browser extension?
@ayushipatel007 commented on GitHub (Oct 15, 2024):
Yes, I had
On Tue, 15 Oct 2024, 3:10 pm Sanskriti Harmukh, @.***>
wrote:
@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:8080and see if that resolves the issue.@ayushipatel007 commented on GitHub (Oct 15, 2024):
I will try that.
On Tue, 15 Oct 2024, 10:14 pm Sanskriti Harmukh, @.***>
wrote:
@ayushipatel007 commented on GitHub (Oct 19, 2024):
I had changed my link, and it worked. Thank you!!