I am testing a website that is using firestore.googleapis.com services, at some point I am blocked and I can't proceed to the test, due to this error from the firestore request:
Here's a copy of the request body:
I also did some troubleshooting with Firefox Developers Tools and I found this error on console:
My configurations:
- Jmeter Version: 5.4.1
- Firefox Version: 85.0.2
Firefox is configured with Proxy so I can catch all the responses in the jmeter in port 8080 with HTTP test script recorder.
This just happens when I have the proxy configured in Firefox. If I turn the proxy off, the website works perfectly, already uninstall jmeter and remove certificates and add new ones, but the error appears always.
I have already tried Edge and Chrome with proxy configured, but with no success.
How can I "bypass" or fix this problem with firestore.googleapis.com/google.firestore.v1.Firestore?
request body
and theerror message
as text in this post. It's hard to read it from the screenshot at this font size. – biqarboy