ITP Camp 2023

Hacking with the browser

Date: June 20, 2023 1-2pm


Format: Hybrid (In-person with online access)


Tags: #itp #code #hack


What happens when you enter a url into the browser? How is data connected to websites connected to us?

No experience needed; come as you are! It'd be best if you bring your own laptop so you can follow along yourself :)

The demo will use javascript & html.

Using the Network tab in a browser can give you a lot of information about what APIs a website is using and how they are using it. In this session we’ll start with an intro into how URLs and data fetching works, then later how to hack websites by intercepting the data being fetched, and a demo on using APIs.