Monday 1 May 2017

What is url decoding and url encoding

I am working on a web api with a team and someone put this code in

    params.forEach(function (item, index) {
    params[index] = decodeURI(item);
    });

What is this function achieving?



via Peter jamen

No comments:

Post a Comment