GithubHelp home page GithubHelp logo

Comments (2)

jbalsas avatar jbalsas commented on September 7, 2024

Hey @albertmourato, the comment you point out doesn't say we're doing it because of a library but because of the javascript library, which simply means the default browser behaviour.

In the test sample you attach, the url you're passing doesn't even seem to be encoded at all... so why trying to decode it?

When URL-encoding, reserved characters are replaced by their percent-based equivalent. In particular, + characters should be turned into %2B and spaces should be replaced by + symbols in the encoded string.

The wikipedia Percent encoding article has a comprehensive description of the algorithm. In Javascript Madness: Query String Parsing you can read about the rationale of the code you're seeing in metal-uri.

Based on this, I presume the code is correct and that it's likely that your usage of it might not be. Could you take a closer look at this to see if we can sort it out?

Thanks!

from metal-plugins.

albertininm avatar albertininm commented on September 7, 2024

Hi @jbalsas ,

Thank you so much for your detailed explanation.
That must be a problem on our side.
I tried locally adding a encodeURIComponent before calling the decode function.
As expected, it worked fine.

Thank you again.

from metal-plugins.

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.