Search found 1 match

by huntrashmi
Fri Jul 12, 2024 2:33 am
Forum: HTTPAPI
Topic: How to secure HTTP API?
Replies: 1
Views: 12857

How to secure HTTP API?

I’m making a site similar to a file conversion site. I want it to be open and public, aka no logins necessary. I figured a aws http api could be good for this because it’s cheaper and doesn’t need advanced features that a REST api has. But I’m concerned about someone directly calling my api outside ...