-
Notifications
You must be signed in to change notification settings - Fork 5
Crowd Contribute
Bs_zombie edited this page Aug 19, 2023
·
1 revision
Don't waste your time with compliance. FastForward automatically skips annoying link shorteners.
To Contribute a URL to the public crowd sourced database, send a application/x-www-form-urlencoded
POST request with the domain, path and target to crowd.fastforward.team/crowd/contribute_v1
To contribute destination "https://asitenotrelatedtopiracy.example" for the shortner "https://shortlinksite.example/9njv3", send the POST request domain=shortlinksite.example&path=9njv3&target=asitenotrelatedtopiracy.example
This will return 201 Created
The server will return one of the following responses
Status Code | Description |
---|---|
201 | The link was added to the database |
The FastForward server uses the following error codes:
Error Code | Meaning |
---|---|
400 | Bad Request - Your request is invalid or malformed |
404 | Not Found - The specified endpoint could not be found |
500 | Internal Server Error - The server experienced an error. Please inform the admin(s) |
503 | Service Unavailable - The server is offline. Please inform the admin(s) |