central-python-workflows
central-python-workflows copied to clipboard
Python workflows and examples for HPE Aruba Central
Hi, https://github.com/aruba/central-examples-only/blob/bb25f7a6b85765078335b1fa2c977573fe7d552f/webhooks/python-webclient/central_webhook_client.py Is not working properly, as the webserver is not returning control to the requestor. You must change 71 body = self.rfile.read() to 71 body = self.rfile.read(int(self.headers['Content-Length'])) then works...
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
it is actually UTF16 Little Endian, git and some editor don't like this
Hi All, We have realized that since early this week, the "[wsclient_public.py" python client](https://github.com/aruba/central-python-workflows/tree/main/streaming-api-client#advanced-websocket-client) for the Aruba Central streaming API is no longer working due to a bad request: ```...