MADRIX Forum • Transmit HTTP command to AURA via Hercules TCP Client software
Page 1 of 1

Transmit HTTP command to AURA via Hercules TCP Client software

Posted: Fri Jan 14, 2022 3:49 am
by albert chen
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

Re: Transmit HTTP command to AURA via Hercules TCP Client software

Posted: Fri Jan 14, 2022 4:51 pm
by Schulze
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!