BenConrad_10265
May 27, 2011Nimbostratus
Can a custom HTTP monitor work with a JSON response?
Hi,
My Devs have created a health check page on our Tst web servers that returns a JSON response.
HTTP/1.1 200 OK (application/json)
So, a couple of questions/comments:
1) Can I use a LTM monitor to inspect the contents of a JSON response? So far, I've had no luck getting this to work. I can successfully monitor static pages on the same servers so I know I've got things setup properly.
2) I noticed that If I hit our URL with WGET I can see the contents of the JSON file in Wireshark. If I hit the URL with Internet Explorer or Firefox they both pop up a "download" window and I see binary data in Wireshark.
Any thoughts?
Ben