Delay request before redirect to the original URL
Basically, copy of http://deelay.me, but designed for low-memory and high-performance setups.
#
Usage
https://delayme.reddec.net/<delay in milliseconds>/<original url>
- minimum delay is 1 ms
- maximum delay is 5 minutes
- original URL should be provided
##
Returns
302 Found
- with header
Location: <original url>
(ie: redirect) on success
- with header
400 Bad Request
in case URL malformed or delay out of boundaries
#
Examples
Get exchange rate to AED with 3 seconds delay
curl -L https://delayme.reddec.net/3000/https://reddec.net/rates/usd/aed.json
Get all exchange rates with 500 ms delay
curl -L https://delayme.reddec.net/500/https://reddec.net/rates/usd/_all.json