Transmit HTTP command to AURA via Hercules TCP Client software
Moderator: MADRIX Team
-
- Posts: 1
- Joined: Fri Jan 14, 2022 2:53 am
Transmit HTTP command to AURA via Hercules TCP Client software
Dear Mr./Mrs.,
I transmitted HTTP Command to Mardix 5 via Hercules TCP Client software, it was ok.
Http command format(See Figure 1 ):
GET /RemoteCommands/SetCuelistGoTo=2 HTTP/1.10D0AHost:0D0A0D0A
Issue: I refer to Madrix 5 HTTP command , and transmit HTTP command to AURA via Hercules TCP Client software. AURA responded “501 Not Implemented” (See Figure 2 ) Http command format: GET/remote.cgi?Intensity0 HTTP/1.10D0AHOST:10.84.2.1840D0A0D0A .
Could you assist me to solve the issue?
Thanks
Beat Regards,
Albert
I transmitted HTTP Command to Mardix 5 via Hercules TCP Client software, it was ok.
Http command format(See Figure 1 ):
GET /RemoteCommands/SetCuelistGoTo=2 HTTP/1.10D0AHost:0D0A0D0A
Issue: I refer to Madrix 5 HTTP command , and transmit HTTP command to AURA via Hercules TCP Client software. AURA responded “501 Not Implemented” (See Figure 2 ) Http command format: GET/remote.cgi?Intensity0 HTTP/1.10D0AHOST:10.84.2.1840D0A0D0A .
Could you assist me to solve the issue?
Thanks
Beat Regards,
Albert
- Attachments
-
- Figure2.jpg (720.22 KiB) Viewed 6920 times
-
- Figue1.jpg (949.37 KiB) Viewed 6920 times
Re: Transmit HTTP command to AURA via Hercules TCP Client software
Hi albert chen,
Welcome to the MADRIX forum.
It seems there is a space missing between the HTTP command and "GET".
Therefore the command string should look like this:
GET /remote.cgi?Intensity0 HTTP/1.10D0AHOST:10.84.2.1840D0A0D0A
or
GET /remote.cgi?Intensity0 HTTP/1.1\r\nHOST:10.84.2.184\r\n\r\n
I hope this helps you!
Welcome to the MADRIX forum.
It seems there is a space missing between the HTTP command and "GET".
Therefore the command string should look like this:
GET /remote.cgi?Intensity0 HTTP/1.10D0AHOST:10.84.2.1840D0A0D0A
or
GET /remote.cgi?Intensity0 HTTP/1.1\r\nHOST:10.84.2.184\r\n\r\n
I hope this helps you!