Is there an online service that makes requests in a given url? [closed]

3

I need to make a GET request in a url every 5 minutes. Is there a free service that does this?

    
asked by anonymous 01.12.2016 / 16:42

1 answer

3

For static URL I use this site: link

You can configure several intervals of 5 minutes or more, up to 50 URLs. Less than 5 minutes only paying. Now if you need to pass dynamic parameters to URL you will have to look for some API or use some cronjob.

    
01.12.2016 / 17:08