-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I'm running a community with Zulip, and one useful feature is the code playgrounds. That works by constructing a URL with the code in a query parameter (i.e. /run_php?code=(urlencoded php)
), so a user can just click run on a code block to be taken to the playground. However, this needs it to be accessible via a GET method; currently 3v4l only supports a POST submission.
Metadata
Metadata
Assignees
Labels
No labels