Our Latest Updates

The most convenient way to test and debug webhooks

The most convenient way to test and debug webhooks

2021-06-22

QuickMocker is a stub API tool with ability to provide mock data depending on the HTTP request URL and method. In other words this is a test doubles tool. In addition to this there are plenty of other nice features like RegExp URL, multiple HTTP methods, endpoint prioritization, shortcodes for response templating, API proxy, restrictions etc. 

In this article we are going to talk more about the unique feature that allows not only capturing and intercepting any HTTP request made to your stub API, but also forwarding it to any other HTTP URL including your localhost. 

Stand With Ukraine

Stand With Ukraine

2022-03-16

We encourage you to stand with Ukraine and Ukrainians during one of the most difficult and tragic times due to the unjustified, terrible and barbarous act of Russian aggression. Below we’ve gathered well known funds for gathering support for Ukraine. Your support matters!

Write a short review and get a 20$ gift card

Write a short review and get a 20$ gift card

2021-08-16

Dear Mockers, we have a great proposal for you. Simply write a short and fair review about the QuickMocker API mocking tool on the software rating service Capterra and get a $20 Mastercard gift card. Just follow a few simple steps:

  1. Go to a unique link generated by Capterra for QuickMocker paid reviews - https://review.capterra.com/Feedback-QuickMocker-211844-3276228562
  2. Write a short and fair review about us and provide a reasonable rating for our app
  3. After reviewal process by Capterra team, your review should be published and you should get a $20 Mastercard gift card
Stub web API easily using QuickMocker

Stub web API easily using QuickMocker

2021-05-14

QuickMocker is a relatively new, yet one of the most powerful and rapidly rising online API mocking tools. The main purpose of QuickMocker is allowing programmers to stub web services in a very simple and seamless way and on the other hand to support many important features that software engineers might need while developing, debugging and testing their apps. Combining these aspects was not the easiest task and it took a bit more than 1 year to get where we are now. Despite all the challenges, it was a very interesting and fun journey.

In this article we’ll look into the basics of the tool, how to start and finally we’ll dive into some advanced solutions that QuickMocker provides to its users in order to serve stubs or mocks.

Search and filter request log records

Search and filter request log records

2021-03-30

Recently, after a few months of work, we have completed another cool feature that allows Expert mockers to search and filter request log records. Yes, probably you’ve guessed already that this is a premium subscription plan feature, because it does require extra resources and therefore we cannot provide it to everyone at the moment, though we do plan this in future.

Every mocker who owns an Expert subscription is able to filter log records by HTTP method(s), HTTP status code(s), URL Path (URI), date and finally by request or response text. As you might know already, each expert plan can contain up to 50000 records in the log and filtering/searching request records from the past might be crucial for many developers.

Forward 3-rd Party Request Manually to Debug and Test Webhooks

Forward 3-rd Party Request Manually to Debug and Test Webhooks

2021-02-24

As you might know already, QuickMocker provides a really great and unique feature called Local Forwarder that can capture and forward requests automatically from the 3-rd party services to your server app in order to debug and test webhooks even on the local machine that does not have any public URL. No need to install any 3-rd party extensions or apps because QuickMocker’s Local Forwarder works on the browser level.

In the first release of this feature it was working only in the “automatic mode” which means that requests were forwarded to your app’s webhook right after they were triggered by the 3-rd party service and intercepted by QuickMocker. The “automatic mode” was and is very dependent on the events that should occur on the 3-rd party side and that’s why sometimes it was difficult to use Local Forwarder, especially when you needed the same request to be sent multiple times to your app.

Import Response Body with Shortcodes Suggestions from OpenAPI Schema

Import Response Body with Shortcodes Suggestions from OpenAPI Schema

2021-02-23

Introducing an improvement for OpenAPI / Swagger endpoints integration. Now you can import not only endpoints with its HTTP method, URI, HTTP status, content type and description. Now you have a new option to import the response body from the OpenAPI model schema / definitions.

But we did not stop on this and went even a bit further. During the import, QuickMocker will try to guess an appropriate shortcode for each property of the model, so the response will become more dynamic. Currently it is using 3 methods to guess the shortcode:

Fake API Endpoint Cloning

Fake API Endpoint Cloning

2021-02-10

QuickMocker continues to improve the user experience by adding on one hand simple, but on another hand pretty useful features that could be used from day to day work in order to speed up the API mocking process. One of those nice features is Endpoint Cloning that could be done just with a simple click.

We’ve received multiple requests about the cloning of the mock API endpoints. So, here it is! :)

QuickMocker added Monaco Editor for code editing

QuickMocker added Monaco Editor for code editing

2021-01-30

QuickMocker has recently introduced several UI/UX improvements and one of the most important is an embedded Monaco Editor for code related fields. For your information, Monaco is a code editor that is used in the VS Code and distributed under the MIT license.

From now on you may edit your fake API or dummy API endpoint’s response headers and body in a very familiar way for you. Just the same as you are writing code in your favourite code editor. Mouse right click for the context menu or use keyboard shortcuts like F1 for accessing commands list menu, Ctrl+Shift+I for automatic code formatting etc. Monaco editor has been also added to the OpenAPI import modal where you can paste Specifications JSON schema in order to create your stub API endpoints in bulk.

Import API endpoints from OpenAPI or Swagger Specifications

Import API endpoints from OpenAPI or Swagger Specifications

2021-01-25

As of yesterday QuickMocker supports import of API endpoints from OpenAPI (formerly Swagger) Specifications, particularly from its JSON schema. This means that the API mocking becomes even quicker and simpler. Just get the OpenAPI JSON schema from the software engineers or 3rd parties that are responsible for the API or web services development and restore all the endpoints inside the QuickMocker in seconds.

In other words now QuickMocker has a possibility to create API mocks in bulk. During the import process, our online API tool provides a nice preview of the endpoint to be imported with several options that might be useful. First of all you may choose the default response content type in case Swagger specification is missing it. Also you may select the HTTP response status code detection method. And finally make a call between grouping multiple HTTP methods in a fake endpoint by URL path or create each endpoint with a single HTTP method.

Live Chat Support Added

Live Chat Support Added

2021-01-01

Happy new year to everyone! We have introduced a live chat support which is available every day from 7:00 and till 21:00 UTC. In case our support is offline, your message is still recorded and you'll get a reply by email early next day. You may find the icon to start the chat with us at the right bottom of each page.

Please remember that you may find a lot of answers to your questions on our FAQ page. We are constantly adding more information to this section and improving it. With the live chat support we expect that the amount of data will grow even faster.

Subscription Plans Upgrades: New Features and Quotas Increase

Subscription Plans Upgrades: New Features and Quotas Increase

2020-12-20

Holidays are really close and this is a perfect time for presents. So, we have prepared great presents for everyone who is using or willing to use QuickMocker by adding more features and increasing our free and premium quotas or limits.

First of all, we have moved multiple premium features of Expret plan to Advanced and Free Subscription Plans. Therefore, now you can:

  • Add endpoint(s) IP address(es) restriction: allows requests only from specific IP address(es)
  • Add Authorization Header restriction: allow requests only if the requests header includes provided Authorization Header.
  • Requests Proxy: proxy requests from your endpoint to any external URL
New Shortcodes: Dynamic or Fake Response Values

New Shortcodes: Dynamic or Fake Response Values

2020-12-18

Sooner than expected, we are introducing approximately 100 shortcodes additionally to the request related shortcodes that were already inside QuickMocker. Most of the new shortcodes are related to the fake random data. They are separated into the following groups:

  • Request Related (Contextual)
  • Boolean and Numbers
  • Text (Lorem and real)
  • User Profile (e.g. name, email, company data, address related info etc.)
  • Internet
  • Finance (Payment)
  • Date and Time
  • Hash
  • File
  • Color
  • Other
New Feature - Cache Response Body

New Feature - Cache Response Body

2020-12-17

We have developed and released a new feature called "Cache Response Body". This is a perfect solution for those who use shortcodes and especially fake random shortcodes which generate new data inside the response body on every request.

You can simply turn it on while creating or editing your endpoint, right below the response body field. By turning this cache property on, your data becomes static and won't be changed on the subsequent requests. It will be a really useful feature for those who use QuickMocker on a daily basis while developing both back-end and front-end applications, because your fake random data will stay the same as it was after each request.

Expert Subscription Plan Available

Expert Subscription Plan Available

2020-11-22

We are happy to announce that our final subscription plan Expert has been released and currently is available for purchase. We’ve been working for the last few months on finalizing its features and now it is ready for you.

Switch to Expert plan to get new features like endpoint proxy, restrict endpoint by IP Address and/or Authorization Header, download log records to CSV file.

Get a 99% discount by spreading a word about QuickMocker

Get a 99% discount by spreading a word about QuickMocker

2020-11-08

Whether you are a newcomer or already an existing user, we have the following offer for you. Actually there are 2 offers:

  • 99% discount for 1 year

    Write a separate review or an article about QuickMocker which includes a link to quickmocker.com on one of the blog or discussion sites like Medium, Dev.to, Quora, Reddit or any other site (could be your own blog site) and get a 99% discount on an annual subscription.

    Or alternatively create a public post about the QuickMocker which includes a quickmocker.com link shared 50 or more times on one of the social networks like Facebook, Twitter or Linkedin and get a 99% discount on the annual subscription.

  • 99% discount for 1 month

    Write a simple short comment or question which includes a link to quickmocker.com on one of the blog or discussion sites like Medium, Dev.to, StackOverflow, Quora, Reddit or any other similar site and get a 99% discount on a monthly subscription.

    Or alternatively create a public post about the QuickMocker which includes a quickmocker.com link shared at least 5 times on one of the social networks like Facebook, Twitter or Linkedin and get a 99% discount on a monthly subscription.

Upgrade to Advanced Subscription Plan

Upgrade to Advanced Subscription Plan

2020-10-17

Finally we have completed the work on our second subscription plan called Advanced. This subscription plan allows you to remove most of the limits from our service usage and adds more features for you.

First of all now you may create up to 5 projects with no limitation for its endpoints, regular expressions, dynamic response properties and so forth. With Advanced plan you can perform up to 1000 requests per day witout any monthly limitation. Most likely this will be more than enough for all of your team or even company. The request log allows to store up to 5000 records for 2 months.

Regarding the new features. Now you can update or remove existing projects. So in case you have 5 projects and want to add another, you may simply drop one of your previous projects. But the main feature here is that you can set your own custom subdomain name, e.g. mydomain.api.quickmocker.com.

Updates Notes for October 2020

Updates Notes for October 2020

2020-10-17

We are constantly working on the application trying to make it better every day. This month we have completed few updates that will be very useful for our customers. We have prepare a short report about the main items.

Capturing IP Address / Hostname

Capturing IP Address / Hostname

2020-10-06

We have another update for you. We are trying to get better every day, thus due to numerous requests from you left through our contact form, we have finally enabled IP Address / Hostname logging. It is available in the requests log section when you unfold your recent request records (starting as of October 6th, 2020).

Local Forwarder - Our New Free Feature

Local Forwarder - Our New Free Feature

2020-09-25

We have added new free feature called Local Forwarder. This is something that you should find pretty useful in case you need to integrate any 3rd party service webhooks or server callbacks into your application on your local machine that does not have a pubic DNS or IP address. This feature allows you instantly to forward the request received by QuickMocker directly to your local app.