Skip to content

mutethecat/ScratchHTTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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?

Screenshot (19)

When the translate feature is used in scratch, It sends an HTTP GET request to "translate-service.scratch.mit.edu".

Screenshot (16)

Route the "translate-service.scratch.mit.edu" to localhost in the hosts file.

Screenshot (15)

Create a custom script to take the parameters that Scratch sends and use the string parameter as the url to return the content of.

Screenshot (17)

About

HTTP GET requests in vanilla Scratch 3.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages