har
har copied to clipboard
How to replay request by using java according to .har file?
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 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.