For feedback, questions, or feature requests, please feel free to reach out to us through our feedback page. Additionally, we have a compilation of frequently asked questions about Beeceptor to assist you further.
A Beeceptor endpoint is a dedicated HTTP server that you can configure to return custom responses. Each endpoint comes with its own unique sub-domain, making it easy to:
https://my-server.proxy.beeceptor.com
.Setting up a mock server in Beeceptor is quick and straightforward:
The Beeceptor dashboard is a central place where you can view and manage all incoming requests to your endpoint. It lets you:
my-endpoint.proxy.beeceptor.com
, all requests to it can be viewed and analyzed on the dashboard at:https://beeceptor.com/console/my-endpoint
. This makes it easy to debug, monitor traffic, and set up mock rules without modifying your application code.Free endpoints are public.
Yes! Beeceptor supports HTTPs. You can send requests with HTTP and HTTPs, both. In addition, Beeceptor supports HTTP/2 as well.
Beeceptor supports CORS by default. This will ease making a cross-domain request from any webpage.
Access-Control-Allow-Origin: *
header making API consumption easier.Beeceptor's proxy configuration functions as an advanced man-in-the-middle (MITM) mechanism, enabling intricate control over API traffic for integration and testing. It routes requests to a designated target domain, with responses from this domain being transmitted back through Beeceptor. This setup is pivotal in monitoring and modifying API interactions in real-time, thus significantly enhancing debugging and testing capabilities. Check out the HTTP Proxy Mode documentation to know more about this.
Beeceptor allows you to simulate and test against 3rd-party APIs by acting as a proxy layer between your application and the actual API. Instead of calling the 3rd-party API directly, you point your application to a Beeceptor endpoint that wraps the original API. This approach gives you:
Yes, Beeceptor supports high request volumes on paid plans. For load or performance testing scenarios—such as sending 100+ requests per second—the Scale plan is the most suitable option. Please refer to the pricing page to choose a plan that fits your needs. If your requirements exceed what’s offered, feel free to contact our support team for a custom solution.
Yes, with the Team plan and above. Refer Request History documentation.
Beeceptor serves as a cloud-based HTTP server, allowing you to tailor responses as needed. Its instant deployment feature enhances your ability to test, experiment, and debug, while also managing request routing efficiently.
Yes, Beeceptor's APIs allow you to programmatically create, update, and manage mocking rules and routes. Additionally, you can retrieve request histories, enabling seamless integration with Continuous Integration (CI) and Integration Tests. For more comprehensive guidance and detailed instructions on using these APIs, please refer to Beeceptor's API Documentation page.
For comprehensive details, please refer to Privacy Policy here. Beeceptor, designed for HTTP request and response inspection, emphasizes privacy and data security in its operations. While it stores endpoint details and the request's content (including URLs, headers, and payloads, etc) security measures are in place. Users are cautioned against transmitting sensitive data like production secrets or API keys through free endpoints. For enhanced privacy, paid plans offer private endpoints, and users are recommended to use unique endpoint names and HTTP headers for additional security validation by Beeceptor.
RequestBin helps by letting us inspect what the client is sending, and Mocky.io creates dummy endpoints to send mocked responses.
Beeceptor covers both in one tool letting you inspect requests and build mock responses.
In addition, Beeceptor has more features to be your one-stop API development companion.
Beeceptor adheres to a well-defined data retention policy, carefully balancing operational requirements with a commitment to data privacy. Here's what you need to know:
Requests sent to Beeceptor are automatically purged 15 days after their receipt. However, if you need to clear them earlier, Beeceptor offers an API feature for this. With an active Team plan or higher, you can use a DELETE API call to trigger an immediate purge of all stored requests.
The process for deleting an endpoint on Beeceptor varies depending on whether you're using a free or paid plan:
Deleting your Beeceptor account is straightforward. After logging in, simply navigate to the 'Edit Account' page where you'll find the option to delete your account. Check this guide to delete your account.
Yes, Beeceptor provides a static IP address for mock servers. This is useful when you need to whitelist Beeceptor’s public IP within your network firewall or security settings. To request the static IP details, please contact our support team.
Yes, Beeceptor offers an affordable on-premise version that can be deployed on your private servers or within a cloud environment like AWS, Azure, or a VPC. The on-premise build is designed for high security and can even run in air-gapped environments—ensuring that no data leaves your internal network. For pricing and setup details, please get in touch with our support team.
Beeceptor is more than just a quick mock server. It’s a contract virtualization and API simulation platform that empowers QA teams, developers, and DevOps engineers to test with confidence even when real services are unavailable, unstable, or costly to invoke.
Common scenarios where Beeceptor adds value: