Skip to content

issues Search Results · repo:Kong/httpsnippet language:TypeScript

Filter by

145 results
 (89 ms)

145 results

inKong/httpsnippet (press backspace or delete to remove)

Our team noticed that there is an open vulnerability with form-data versions 3.0.0 (used by httpsnippet v2) and 4.0.0 (used by httpsnippet v3) for CVE-2025-7783. Use of Insufficiently Random Values vulnerability ...
  • minh-pham1
  • Opened 
    on Aug 5
  • #382

When using the library to convert an HTTP request into an R code snippet, parameters with special characters (such as codes[] or demo-param) are not being quoted correctly in the generated R code. This ...
  • abansal21
  • Opened 
    on Jul 14
  • #379

There probably won t be any issue if we added node 22 to the list of engines supported and node versions for github actions, so if it s reasonably stress free then we should do it.
  • PiOliver
  • Opened 
    on Feb 16
  • #377

Hi! ~Would it be possible to get the latest release on npm?~ Would love to use the rust target! Edit: could the last release be set as latest on NPM?
  • halvardataws
  • Opened 
    on Oct 23, 2024
  • #374

i d like to add a feature that when importing a curl request it recognizes proxy header in curl --socks5-hostname and generates client code with proxy in it. example input curl --socks5-hostname localhost:9050 ...
  • sbOogway
  • Opened 
    on Sep 28, 2024
  • #370

Perhaps this is related to changes in the library but this line of code IRestResponse response = client.Execute(request); no longer compiles with latest version of RestSharp. I recommend just changing ...
  • michaelgwelch
  • Opened 
    on Sep 15, 2024
  • #367

Here s a portion of the code generated from a csharp RestSharp code snippet var request = new RestRequest(Method.GET); The issue is that the actual member we need is Method.Get as shown in the source ...
  • michaelgwelch
  • Opened 
    on Sep 15, 2024
  • #365

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 ...
  • nivedin
  • Opened 
    on Jul 8, 2024
  • #361

In an empty directory: $ npm install httpsnippet $ node require( httpsnippet ) Uncaught Error: Cannot find module ajv Used here: https://github.com/Kong/httpsnippet/blob/63650f3f6a921e4a617316ba12f14904d9af4b76/src/helpers/har-validator.ts#L1 ...
  • pimterry
  • Opened 
    on Jun 26, 2024
  • #360

https://github.com/Kong/httpsnippet/blob/63650f3f6a921e4a617316ba12f14904d9af4b76/src/targets/http/target.ts#L9 the default should be http1.1
  • Val-istar-Guo
  • Opened 
    on Jun 3, 2024
  • #356
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub