Convert curl command to BIG-IP Monitor Send String
Problem this snippet solves:
Convert curl commands into a HTTP or HTTPS monitor Send String.
How to use this snippet:
Save this code into a Python script and run as a replacement for curl.
Re...
Updated Jun 06, 2023
Version 3.0Eric_Chen
Employee
Joined May 16, 2013
Eric_Chen
May 03, 2018Employee
I think you’re hitting this limit (5kb response): https://support.f5.com/csp/article/K3451
You could try adding a range header or modify your query to get less data back.