
Tech
I Rate-Limited an API by Hand. Then I Configured One in a Form Field.
My hotel booking backend has an GET endpoint that has no rate limiting at all, nothing stops a client from calling it as fast as it can respond. When I needed to expose the backend publicly for a separate piece of testing, the only safe option I had was to switch that endpoint off entirely rather than risk it being hit repeatedly by anyone who found the URL.
So when I published a different, read-only endpoint through Bijira , WSO2's API management platform, I wanted to see what a managed rat...
Read the full discussion on Dev.to
This article was aggregated from Dev.to. Click to join the conversation.
View on Dev.to