Welcome to the Service
Use the following endpoints:
- /302/?url=your_url: Directly redirects to the specified URL.
- /302_64/?url=encoded_url: Redirects to the URL after decoding it.
- /302_ip/<ip> : Redirects to the specified ip
- /custom/?content=your_content&content_type=your_content_type: Custom response with the specified content and content type.
- /ip/ : Returns the IP address of the client.
Examples:
/302/?url=https://example.com
/302_64/?url=aHR0cHM6Ly9leGFtcGxlLmNvbQ== (Base64 encoded URL)
/custom/?content=alert(1)&content_type=javascript/json
/custom/?http_code=302&location=https://example.com&c=1
/ip/
/ip/?callback=show