ScratchHTTP HTTP GET requests in vanilla Scratch 3.0 How can I do this? -Simply add "127.0.0.1 translate-service.scratch.mit.edu" to your hosts file (on windows - untested on linux) -Run the example server How is this possible? When the translate feature is used in scratch, It sends an HTTP GET request to "translate-service.scratch.mit.edu". Route the "translate-service.scratch.mit.edu" to localhost in the hosts file. Create a custom script to take the parameters that Scratch sends and use the string parameter as the url to return the content of. Youtube