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

Update protocol.md #1978

Closed
wants to merge 1 commit into from
Closed

Update protocol.md #1978

wants to merge 1 commit into from

Conversation

berlintay
Copy link

the get requests were not working

GET $GOPROXY:3000/?=github.com/acidburn

is what worked for me
Ubuntu WSL2 , might differ elsewheres but just a suggestion :-)

What is the problem I am trying to address?

The functionality of the commands for examples,
urls were not working without ?= after the $HOST$PORT/
just wanted to clarify
Screenshot 2024-08-14 025019

Describe the issue you have been trying to solve.

How is the fix applied?

Mention briefly how you have applied the fix.

What GitHub issue(s) does this PR fix or close?

Fixes #

the get requests were not working
```bash
GET $GOPROXY:3000/?=github.com/acidburn
```
is what worked for me
Ubuntu WSL2 , might differ elsewheres but just a suggestion :-)
@berlintay berlintay requested a review from a team as a code owner August 14, 2024 05:50
Copy link
Contributor

@matt0x6F matt0x6F left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The proxy should not require query parameters. What you're hitting here is the front page, not the actual endpoint required to pull a module.

@matt0x6F matt0x6F closed this Aug 18, 2024
@berlintay berlintay deleted the patch-1 branch August 19, 2024 06:22
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

Successfully merging this pull request may close these issues.

2 participants