You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not notice this option when I first started using muffet. Does this option refer to the total size of all HTTP headers in the response? I assume the body of the response is not a part of this buffer size.
Would it be possible to increase the default to 10 kB?
My website has a link to TikTok on it. The HTTP response headers from TikTok are very big, which causes Muffet to fail.
Pointing to the following HTML is enough to trigger the issue:
Using
curl -vvvv https://www.tiktok.com/
shows that the response headers are very large on TikTok.The text was updated successfully, but these errors were encountered: