har icon indicating copy to clipboard operation
har copied to clipboard

How to replay request by using java according to .har file?

Open xinuo opened this issue 7 years ago • 1 comments

Dear developer, This is my question: I export one .har file by Chrome Dev tools,But I can't replay request by this. So ,I want to know how to replay request by using java according to .har file? THX

xinuo avatar Jan 23 '19 17:01 xinuo

@xinuo My bad for delay in looking at this issue. Currently, there is no way to replay requests from HAR directly in Java. However that should be trivial. You may use a HttpClient like jerry-http and reconstruct the request to play.

sangupta avatar May 07 '19 15:05 sangupta