A simple API made to ping the url specified in url parameters
Base domain: https://ping-back.divideprojects.com/
There are just 2 URL Parameters that are required:
- link: the url to ping
- method: the method to use to ping the link, default is GET, but you can use either GET or POST
A simple example looks like:
https://ping-back.divideprojects.com/pingback?method=GET&link=https://divideprojects.com
This will just ping the domain https://divideprojects.com url and return a 200 status code if the url is reachable.