Shangshang Feng

Results 11 comments of Shangshang Feng

We don't have use case yet but we can support that. Is this Http or Https? If it's Https, which phase do you want to delay? CONNECT request or SSL...

www.barchart.com, www.nytimes.com, www.sumologic.com results in a HTTP 301 my company's test environment website homepage results in a 302 >> for this two, looks like it's redirect. What's http request look...

All of the above is relative to using curl. I was unable to configure my browser's (Chrome) proxy settings so that I could get anything back. If there are any...

I think the idea is the same. I didn't dig into goreplay but something I found out: 1. goreplay implemented in go not sure if it can be used for...

Can you describe a little bit more about Android espresso testing? In general, if you can setup proxy, then Flashback is appropriate tool.

I will add it soon.

We didn't aware BMP when we developed Flashback. Flashback is inspired by Betamax idea. I did have brief look at BMP implementation and at least one thing(please correct me if...

One way you can easily verify is that setup READ_ONLY mode and turn off internet connection and see if you still can replay back successfully. Maybe I was wrong about...

Probably you are right. There are new commit around that. I don't know what new feature Betamax have now so don't have answer whether use Flashback or Betamax. It looks...

Make sense. It might require small changes. Basically, we start mitm proxy in normal proxy mode which allow request going out. And then allow write any unmatched request/response.