adan-zuniga
adan-zuniga
That didn't change anything ```Python d = requests.delete(url=f'{self.get_base_url() + self.get_session_location()}', headers={'X-Auth-Token': self.get_session_key()}, verify=False, allow_redirects=False) . . Invalid session resource: /redfish/v1/SessionService/Sessions/3467, return code: 404 Logged out via requests ``` ```Python Name:...
By the way, there is a [CIMC Emulator](https://community.cisco.com/t5/unified-computing-system/cisco-imc-emulator-for-standalone-c-series-rack-servers/ta-p/3617589) that can be deployed virtually, but when I used it to develop my script, I noticed that it didn't return a session...
Please see attached [trace.log](https://github.com/DMTF/python-redfish-library/files/6729407/trace.log)
@mraineri, thanks for sticking with this one. Unfortunately, that still didn't work. I've attached the trace file. [trace.log](https://github.com/DMTF/python-redfish-library/files/6742311/trace.log)