-2

I am trying to record an Hybrid App (Native+Web) of Android using the HTTP proxy recording option of J Meter. When i access that app it is taking to HTTPS site and from there it is not recorded in J Meter. Page is showing blank and not directing to any page

Saw most of the articles, but still i am unable to record the HTTPS Site, Please assist me

JAbdul
  • 59
  • 1
  • 6

1 Answers1

0

As per Load Testing Mobile Apps. But Made Easy. guide:

Note that Android supports only HTTP proxy. If your application uses an HTTPS connection, then you may use an additional application that performs with HTTPS proxing.

So I believe that you need something like ProxyDroid or similar

Dmitri T
  • 159,985
  • 5
  • 83
  • 133
  • Hi Dmitri, When i see the previous HTTP request, i am able to see that CSRF Token is sent with request, but when i go the next HTTP Request Samplers response, i see the below error. {"detail": "CSRF Failed: CSRF token missing or incorrect."} what could be the reason and what should i do to handle this ?? – JAbdul Dec 08 '14 at 06:08