Skip to content

Cha-Shao/external-link-reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

External Link Reminder

Pass in a URL to retrieve the meta information of the target website. The purpose of this API is to provide a reminder when redirecting to unfamiliar websites, helping to prevent the exposure of the source site's IP address.

This library is designed for use with Alibaba Cloud Function Compute (FC). It has a 3-second execution timeout; if exceeded, a 502 status will be returned.

Input

/?url=${example.com}

Output(json)

success 200

{
  title: string
  desc: string
}

other error 500

{
  error: string
}

About

Pass in a URL to retrieve the meta information of the target website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors