Skip to content

    bridge_get

    Created by
    flag-maker
    flag-maker

    This app bridge GET requests to the url spicified in the 'url' parameter of the query string. For example,

    curl 'replut_url_for_this/?url=https://www.examples.com&a=2'

    would be bridge to

    https://www.example.com/?a=2

    and returns back the result.

    Preview