Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divideprojects/ping-back
A simple tool made to ping the URL specified in URL parameters when sending a hit to API 🌐
https://github.com/divideprojects/ping-back
ping-back python-api vercel
Last synced: about 2 months ago
JSON representation
A simple tool made to ping the URL specified in URL parameters when sending a hit to API 🌐
- Host: GitHub
- URL: https://github.com/divideprojects/ping-back
- Owner: divideprojects
- License: mit
- Archived: true
- Created: 2022-04-06T02:26:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T18:12:53.000Z (about 1 year ago)
- Last Synced: 2024-08-05T09:12:15.243Z (5 months ago)
- Topics: ping-back, python-api, vercel
- Language: HTML
- Homepage: https://ping-back.divideprojects.com
- Size: 306 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ping-back
[![CI](https://github.com/divkix/ping-back/actions/workflows/ci.yml/badge.svg)](https://github.com/divkix/ping-back/actions/workflows/ci.yml)
A simple API made to ping the url specified in url parameters
## Deploy your own
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FDivideProjects%2Fping-back&demo-title=Ping%20Back&demo-description=A%20simple%20ping-back%20website%20made%20using%20fastapi.&demo-url=https%3A%2F%2Fping-back.divideprojects.com?utm_source=divideprojects&utm_campaign=oss)
## 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 POSTA 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](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)](https://vercel.com/?utm_source=divideprojects&utm_campaign=oss)