From 362fa1c44e5993ea350cb6b444de88367b21b478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20S=C3=A1nchez?= Date: Fri, 12 Jun 2026 10:46:11 -0500 Subject: [PATCH 1/3] HttpFetcher has been improved to avoid WAF detection. Integration tests for HttpFetcher and TiktokClient. --- .../Clients/TiktokClient.cs | 2 +- .../Fetchers/HttpFetcher.cs | 31 +++++++---------- .../Options/HttpFetcherOptions.cs | 3 +- TiktokExplode.IntegrationTests/Usings.cs | 5 ++- .../Videos/HttpFetcherTests.cs | 33 +++++++++++++++++++ .../Videos/TiktokClientTests.cs | 27 +++++++++++++++ 6 files changed, 78 insertions(+), 23 deletions(-) create mode 100644 TiktokExplode.IntegrationTests/Videos/HttpFetcherTests.cs create mode 100644 TiktokExplode.IntegrationTests/Videos/TiktokClientTests.cs diff --git a/TiktokExplode.Infrastructure/Clients/TiktokClient.cs b/TiktokExplode.Infrastructure/Clients/TiktokClient.cs index d7c6552..087d04c 100644 --- a/TiktokExplode.Infrastructure/Clients/TiktokClient.cs +++ b/TiktokExplode.Infrastructure/Clients/TiktokClient.cs @@ -52,7 +52,7 @@ public async Task