GithubHelp home page GithubHelp logo

Comments (5)

bagder avatar bagder commented on June 18, 2024

Browsers don't follow RFC 3986, they do their own thing.

I suggest identifying %2a with *, which currently would only match a literal %2a in the original URI, as a workaround.

I don't follow. Can you show with an example use case what you mean?

from trurl.

schuelermine avatar schuelermine commented on June 18, 2024

I mean removing *=0 when %2a is requested to be removed.

from trurl.

bagder avatar bagder commented on June 18, 2024

Supporting %2a for that seems a little weird unless we support the entire thing percent encoded, but then that might be odd as well.

What if we just allow backslash escaping, the way it is a little more traditionally done? Like: --trim 'query=\*' ?

from trurl.

bagder avatar bagder commented on June 18, 2024

Actually, a quirky work-around that already works is this: --trim 'query=**' since it will make a match of all query pairs that begin with *...

from trurl.

jacobmealey avatar jacobmealey commented on June 18, 2024

What if we just allow backslash escaping, the way it is a little more traditionally done? Like: --trim 'query=*' ?

this seems like the most intuitive approach -- I don't think I ever would have tried query=** to solve this.

from trurl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.