I'm a novice hacker, and am confused about how to approach arrays in Fiddlerscript.
Using the .indexOf() method of an array generates this pop-up error:
There was a problem with your FiddlerScript.
Function expected
Function expected
at Microsoft.JScript.LateBinding.Call(Binder binder, Object[] arguments, ParameterModifier[] modifiers, CulterInfo culture, StringP[] namedParameters, Boolean construct, Boolean brackets, VSAEngine engine)
at Microsoft.JScript.LateBinding.Call(Object[] arguments, Boolean construct, Boolean brackets, VsaEngine engine)
at Fiddler.ScriptNamespace.Handlers.OnBeforeResponse(Session oSession)
at Fidderl.FiddlerScript.DoBeforeResponse(Session oSession)
When I use Array.IndexOf(myarray, "thingtofind"), I get "Object doesn't support his property or method"
Thx.