Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🌐

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 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](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)](https://vercel.com/?utm_source=divideprojects&utm_campaign=oss)