Transmit HTTP command to AURA via Hercules TCP Client software

Moderator: MADRIX Team

Post Reply
albert chen
Posts: 1
Joined: Fri Jan 14, 2022 2:53 am

Transmit HTTP command to AURA via Hercules TCP Client software

Post 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
Attachments
Figure2.jpg
Figure2.jpg (720.22 KiB) Viewed 6238 times
Figue1.jpg
Figue1.jpg (949.37 KiB) Viewed 6238 times
Schulze
Support
Support
Posts: 309
Joined: Fri Mar 22, 2019 4:21 pm
Contact:

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

Post 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!
Post Reply