Your Majesty
Your Majesty7mo ago

Authorize api request URLs

Please how do you authenticate/authorize a url of an api request so its only taking requests from users of your app? Lets say you have a buildship api in flutterflow that triggers some api cals in the backend, but you don’t want everyone flooding the api call with lots of requests, you just want your users of your app to have access to that , how do you do that? Because the api url to trigger the buildship workiflow is going to be public …so how do you do that please?
Solution:
You can use authorization headers in your REST API request, refer to this - https://docs.buildship.com/tutorials/secure-api.
Jump to solution
1 Reply
Solution
Gaurav Chadha
Gaurav Chadha7mo ago
You can use authorization headers in your REST API request, refer to this - https://docs.buildship.com/tutorials/secure-api.