Forum Discussion
kgaigl
Jan 20, 2021Cirrocumulus
HTTPS Monitor: JSON File behind login page
Hello, we've already a https monitor that reads the contents of a json file, it looks like this: send string: GET /intern/api/v1/health/portal-status HTTP/1.1\r\nHost: host.company.com\r\n\r\n
r...
Daniel_Wolf
Feb 01, 2021MVP
There is one other difference between your initial post
GET /intern/api/v1/health/portal-status HTTP/1.1\r\nHost: host.company.com\r\n\r\n
and your current variant
GET /monitor/wga/widgets/health.json HTTP/1.0\r\n\r\n
You changed from HTTP1.1 to HTTP1.0. The host is optional in HTTP1.0.
Does your backend support HTTP1.1?
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects