Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

the URL is not decoded

Open
#361 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
typescript
Domain
tooling

Research direction

No file or test is named in the report. Reproduce the issue with the provided URL and trace the code path that generates the snippet; compare the generated URL with the reporter’s input. Done means the relevant generated snippet preserves the intended URL representation, with a regression test covering this example.

Written by the indexing model from the issue text.

Description

I have a URL something like this https://some-website/id=?<<secret>>&ip=<<1234>>, after generating the code snippet the out is like this https://some-website/id=?%3C%3Csecret%3E%3E=&ip=%3C%3C1234%3E%3E so I guess the decoding is not happening here

Dominant language
TypeScript
Stars
1.2k
Forks
242
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Kong/httpsnippet

All issues in Kong/httpsnippet

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.