Webrequest is a free service that run PHP code without any kind of web hosting.
Follow this easy steps:
-
Create a file called
webrequest.php
into root of a GitHub repository<< TIP: Read the official GitHub documantation about how to create a file https://www.google.com/search?q=github+creating+new+files >>
-
Visit the following page than use the "Try it out" box to see it in action
<< https://webrequest.cc/{my-github-username}/{my-github-repository} >>
-
Enjoy it! Test your script live, than start to use CURL, IFTTT or connect it to any kind of No-code tools.
You can use Webrequest.cc as layer of interconnection between systems, as examples:
- Transform XML inputs into JSON, then forward the request to another API
- Remove or reduce large inputs into smaller one
- Fork a single No-code trigger to start multiple workflows
These are just examples, but you can do EVERYTHING is a PHP script.
Old name XData is the best way to extract data from any kind of Web Service and import it into Google Spreadsheet
$ curl -fsSL json.javanile.org -F "title=Access Log" -F "file=@access.log"
{"title":"Access Log","file":"ADE843......ASDDEAFGAD"}