From 4fb0c47e5c658aea3d54d874de7429d25beccf27 Mon Sep 17 00:00:00 2001 From: MargaritaLoseva Date: Fri, 11 May 2018 12:43:55 +0300 Subject: [PATCH] formatting added --- .../test-api/intercepting-and-mocking-http-requests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/documentation/test-api/intercepting-and-mocking-http-requests/README.md b/docs/articles/documentation/test-api/intercepting-and-mocking-http-requests/README.md index 4f20b61746a..71c75f54ac2 100644 --- a/docs/articles/documentation/test-api/intercepting-and-mocking-http-requests/README.md +++ b/docs/articles/documentation/test-api/intercepting-and-mocking-http-requests/README.md @@ -6,7 +6,7 @@ checked: true --- # Intercepting HTTP Requests -This section describes how to handle HTTP requests in your tests. TestCafe allows you to log them and mock the responses out of the box. You can also create a custom HTTP request hook, which allows you, for instance, to emulate Kerberos or client certificate authentication. +This section describes how to handle HTTP requests in your tests. TestCafe allows you to log them and mock the responses out of the box. You can also create a custom HTTP request hook, which allows you, for instance, to emulate authentications like **Kerberos** or **Client Certificate Authentication**. * [Logging HTTP Requests](logging-http-requests.md) * [Mocking HTTP Responses](mocking-http-responses.md)