This shows you the differences between two versions of the page.
|
software:gui-designer:system-manager:http-request-commands [2013/03/05 12:10] jarrod [HTTP/HTTPS Systems] |
software:gui-designer:system-manager:http-request-commands [2015/05/17 22:58] (current) jarrod [HTTP/HTTPS Systems] |
||
|---|---|---|---|
| Line 24: | Line 24: | ||
| ''http://myhouse.dyndns.org:8080/transport?action=playpause''\\ | ''http://myhouse.dyndns.org:8080/transport?action=playpause''\\ | ||
| - | Then the System Hostname would be ''my house.dyndns.org'' and port number ''8080''.\\ | + | Then the System Hostname would be ''myhouse.dyndns.org'' and port number ''8080''.\\ |
| The command value would be ''/transport?action=playpause''. | The command value would be ''/transport?action=playpause''. | ||
| Line 61: | Line 61: | ||
| * http://en.wikipedia.org/wiki/HTTP | * http://en.wikipedia.org/wiki/HTTP | ||
| * http://en.wikipedia.org/wiki/HTTP_headers | * http://en.wikipedia.org/wiki/HTTP_headers | ||
| + | |||
| + | The Requestb.in website is great for debugging HTTP requests, more info on their website:\\ | ||
| + | http://requestb.in | ||