denoland / denoland/deploy_feedback
It would be nice to be able to serve on a non-standard HTTPS port.
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Why is a good question and I will explain!
This is because I want to serve an API that only the frontend is supposed to connect to. Hence it makes no sense to have it listening on port 80 or port 433 and get hammered with requests from all the bots on the world wide web.
I wanted to put a high port number like e.g. 63172 to stop random connection attempts. Why? Because we pay for every request, hence it doesn't make any sense to serve requests to all these bots. Does anyone agree with this?
Is this technically possible to implement? Or should I just completely forget about this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.