How do i use http request?
hi
i am trying to get my twine to call my own custom URL in order to log its activity. something like
http://192.168.1.1/log.php?value=testhowever, whenever i click on test URL, it always returns an error. I have tested the URL manually and it works fine.
what do i need to do to make twine call the URL correctly?
thanks lots
Answers
Is the URL you are trying to use publicly accessible, or only available on your local network? It will need to be publicly accessible in order to work with Twine.
jp
I have A Twine attached to a fence and I would like to log every-time the vibration sensor trips. Right now I get an email, but it would seem easy for an HTTP requesrt. DROPBOX allows you to have a simple public website and I was hoping to just build a log that would post the time date temp of the gate.
Is there someplace inside Twine where I can get instructions for this?