Hi, I have following this documentation to create my own inline script. Suddenly I got an error which says
ImportError: No module named enum
.
I run this inline script in windows 10 and python 3
def response(context, flow):
flow.response.headers["newheader"] = "foo"