Forum Discussion

jwortel's avatar
13 years ago

Load testing a FLEX app

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. There only were HTTP requests (GET, POST ....)


Is there some option to tell loadComplete to record the AMF requests too ?



Thanks in advance for your reply,


jwortel

2 Replies

  • Anonymous's avatar
    Anonymous
    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.