Open jimniels opened 5 days ago
When I run a simple python request, I can open the devtools and see the response data.
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,
fetch
When I run a simple python request, I can open the devtools and see the response data.
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,