For some reason this has stopped working for me, anyone else having this problem?
This is what I get when I test locally.
Code:
$ curl -v http://loadshedding.eskom.co.za/LoadShedding/GetStatus
* Trying 147.110.251.73:80...
* TCP_NODELAY set
* Connected to loadshedding.eskom.co.za (147.110.251.73) port 80 (#0)
> GET /LoadShedding/GetStatus HTTP/1.1
> Host: loadshedding.eskom.co.za
> User-Agent: curl/7.68.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
* HTTP 1.0, assume close after body
< HTTP/1.0 302 Found
< Location: https://loadshedding.eskom.co.za/LoadShedding/GetStatus
< Server: BigIP
* HTTP/1.0 connection set to keep alive!
< Connection: Keep-Alive
< Content-Length: 0
<
* Connection #0 to host loadshedding.eskom.co.za left intact