Hello everyone, I just installed loadComplete but I'm having some problems. When I defined my scenario, I was using a flash application. But in the saved requests, I didn't see any AMF request....
Anonymous
13 years ago
I believe, all AMF traffic is actually done over HTTP. The AMF aspect is in encoding the data.
You may want to open an arbitrary request and check content-type in the request header. For AMF, it should be application/x-amf or something similar.
Also, with AMF, you will get an expandable tree of parameters in the pane below the header, which should be quite distinct from what you will get with plain HTTP.