Hi All.
I have been trying all day to extract the data from a response in order to check whether a certain value exists for a certain header. Specifically, if Content-Type: contains "'application/x-java-serialized-object ".
I cannot see other avenues to explore in the active scan scripting interface so I am asking my question here. I hope someone can please help :-/
Example:
I am wondering what I should be placing instead of the "**********" so I can check the value of the Content-Type in Python.
cloneMsg = msg.getResponseHeader()**********.toString()
print(cloneMsg)
Warm regards