lingtalfi / UrlSmuggler

A tool to pass url via urls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UrlSmuggler

2021-05-02

A tool to pass url via urls.

This is part of the universe framework.

Install

Using the planet installer via light-cli

lt install Ling.UrlSmuggler

Using the uni command.

uni import Ling/UrlSmuggler

Or just download it and place it where you want otherwise.

What is it?

2021-05-02

When you pass an url via an url, you might encounter problems, because of the multiple question marks and ampersands symbols conflicting with each other.

This tool basically flattens/unflattens those special characters in an url, so that you can pass an url as a $_GET parameter, without conflicting with the main url in which it is contained.

History Log

  • 1.0.1 -- 2021-05-31

    • Removing trailing plus in lpi-deps file (to work with Light_PlanetInstaller:2.0.0 api
  • 1.0.0 -- 2021-05-02

    • initial commit

About

A tool to pass url via urls.


Languages

Language:PHP 100.0%