Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (14 loc) · 1.18 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.18 KB

ping-back

CI

A simple API made to ping the url specified in url parameters

Deploy your own

Deploy with Vercel

Usage

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.

Sponsor