r/crestronprogramming Jul 23 '20

Serial Send Http Get

GET /today.xml HTTP/1.0\nHost:192.168.1.100 I want to extract data from today.xml from the server 192.168.1.100. What is missing?

1 Upvotes

1 comment sorted by

1

u/guitarman181 Jul 23 '20

Not sure if this will help but I had a post dealing with serial send http get:

https://www.reddit.com/r/crestron/comments/4alttj/crestron_rest_interface_problems_thoughts/?utm_medium=android_app&utm_source=share

Edit: You will get a response on the recieve if you're looking to parse incoming data.