Bored-API icon indicating copy to clipboard operation
Bored-API copied to clipboard

Documentation uses http protocol ( not secure, hard to deploy )

Open shettyvarshaa opened this issue 9 months ago • 0 comments

While deploying my application on Vercel, I noticed that the API being used follows the HTTP protocol. This causes the browser to block it. It works locally because it can send requests to other HTTP resources. However, the deployment on Vercel does not work.

I would like to fix the documentation and replace all instances of 'http' with 'https' for the URLs mentioned.

shettyvarshaa avatar May 19 '24 04:05 shettyvarshaa