Forum Discussion
Jae_Hong_Kim_32
Nimbostratus
May 15, 2017iControlUnexpectedHTTPError
I get an iControlUnexpectedHTTPError with the following source
It is trying to connect to the BigIP ASM server.
Does this meant something is wrong with the server?
Should I use postman to test the co...
Jae_Hong_Kim_32
Nimbostratus
May 15, 2017Source code
from import BigIP
import requests sess = requests.Session() adapter = requests.adapters.HTTPAdapter(max_retries = 20) sess.mount('https://10.1.1.241', adapter)
bigip = BigIP("10.1.1.241", "admin", "admin")
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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