Comment on page
Configure Allowlist
This tutorial will guide you through the process of managing your allowlists
The Allowlist feature provides a simple and effective solution to manage access to your endpoints and limit API traffic based on IP and domain, preventing unauthorized access and enhancing the security of your projects.
For instance, you can allow access to the project exclusively from the IP address of your office network. Any other request from a different IP will be Unauthorized.
- 1.Navigate to the Dashboard page and select your project.

Blast Dashboard
- 2.Click on the gear icon on the top right corner to expand Project Settings.

Blast project
- 3.Provide the domain or IP address you wish to include in the allowlist, and then click the "Add" button to proceed

Project settings section - Allowlist
Please make sure that the IP address you enter matches to either the IPv4 or IPv6 format, depending on your configuration.
Once you have successfully added a domain to the allowlist, it is essential to incorporate the Access-Control-Allow-Origin header into your requests. Set the value of this header to your allowlisted domain, specifying that the resource can only be accessed from that particular origin. For instance:
(Access-Control-Allow-Origin: https://example.com)
Note: You can add up to 20 domains and 20 valid IP addresses.
- 4.Click Update project button to save your changes.

Project settings section
If you encounter authorization issues after adding IP addresses or domains to your allowlist please follow these troubleshooting steps first:
- 1.Ensure that the IP address you're entering is in either IPv4 or IPv6 format, based on your configuration.
- 2.Ensure that you include the allowlisted domain as the value of the Access-Control-Allow-Origin header. This header allows requests from the specified domain to access the resource.
Last modified 1mo ago