quadratichq / quadratic

Quadratic | Spreadsheet with Python, SQL, and AI
https://QuadraticHQ.com
Other
3.04k stars 155 forks source link

bug: can't inspect proxy request data for javascript calls #2097

Open jimniels opened 5 days ago

jimniels commented 5 days ago

When I run a simple python request, I can open the devtools and see the response data.

CleanShot 2024-11-22 at 14 27 06@2x

This is super useful when I'm iteratively building my requests and need to see if/why requests are failing.

However, this same functionality doesn't hold true for javascript. If you make a fetch call with javascript,

CleanShot 2024-11-22 at 14 28 42@2x