HTTP Request Event

If at least one of these events is part of a profile's condition, Tasker will create an HTTP server in the specified port.

This event condition will trigger on appropriate requests made to the server that match the various inputs specified here.

For example, if you create a condition with Port set to 1921 and Method set to POST, then the profile will trigger when Tasker receives an HTTP Request on that port with the POST method.

When you receive an HTTP Request in Tasker you should respond to it. You can respond in 2 ways:

Here's a Video Tutorial of how to set up a Remote Voice Messaging project with Tasker, using this event!

Check out this example project to learn how to use this event in a plethora of use cases.

Important Note: You can use the Test Net action to get your device's local network IP address so you know where to send the requests to.

Important Note 2: if you have 2 HTTP Request events with the same port and path, only one of them will be considered.