Rest API mocking and intercepting in seconds. Replace the endpoint in the code and you are ready. It's that simple!
Use cases
- Inspect HTTP Traffic Get a named subdomain and send an HTTP request. Inspect the request payload and headers. Pretty-format the payloads and share with single click.
- Build A Mock API Using Beeceptor, a mock API endpoints is up and ready to be consumed in a few seconds - No Coding Required. Just define API path, matching rule and response payload.
- Proxy Mode - Mock or Forward Wrap an existing API domain with a Beeceptor endpoint to enable proxy mode. Inspect all the traffic going to the original API. Use mocking rules to mock a few requests and forward the rest to target API. Your application works as usual. Read the docs
- CORS Support (preflight requests) Beeceptor, comes with CORS support and all origins are accepted out of the box. (Access-Control-Allow-Origin: *). OPTIONS calls will get '200 OK' always.
- Request Logging Search and review all the captured requests and responses. You can filter these by the response-code or request-path to drill down. The requests are available and searchable for 10 days.
- Named sub-domains and HTTPs! Get named endpoints/sub-domains - easy to replace base URL in your code. All endpoints are HTTPs enabled (free or paid).
Get More Features...
- Simulate higher latencies by introducing delays and timeouts (validate rarely reachable code paths).
- Customizable responses to simulate API failures.
- When load testing your API, do you really need to pass on the load to downstream APIs? Let Beeceptor mock it for you.
- Quickly switch APIs endpoints. E.g. A/B testing by switching API endpoints or versions without any redeployment.