flashback icon indicating copy to clipboard operation
flashback copied to clipboard

mock the internet

Results 17 flashback issues
Sort by recently updated
recently updated
newest added

bump version

Tags are a GitHub concept created per-repo through the web-UI. "Service Virtualization" is the pre-existing industry name for mocking wire services

Summary: 1. Check channel's writability before writing more bytes to it. 2. Add FlushConsolidationHandler to optimize socket flushes which are expensive OS calls. Currently we are writing to either server...

Hi, If i understood correctly, flashback support only 2 modes: record & play. This is great but IMO it misses very important mode. In Betamx, it was called READ_WRITE mode....

We are planning to add support for non-http traffic in MITM. We have done a lot of local development and got things into a working state. Now we are going...

I think supporting docker can be better,thanks

From the first glance Flashback looks quite similar to BrowserMob Proxy. Both are HTTP(S) MITM proxies written in Java. BMP focuses on recording HAR (http archive), simulating bandwidth and latency,...

while doing ```curl "http://localhost:1234/admin?action=startFlashback" --data '{ "sceneMode": "record", "sceneName": "test1", "matchRule": "matchEntireRequest", "scenePath": "/tmp", "proxyHost": "localhost", "proxyPort": "5555" }'``` we get: ```{"exceptionClass":"com.linkedin.restli.server.RestLiServiceException","message":"INTERNAL SERVER ERROR","stackTrace":"com.linkedin.restli.server.RestLiServiceException [HTTP Status:500]: INTERNAL SERVER ERROR\n\tat com.linkedin.restli.internal.server.RestLiMethodInvoker.doInvoke(RestLiMethodInvoker.java:317)\n\tat...

Is there a published artifact for these tools?

I've been noticing some non-static behavior that is throwing me off. Using the "golden flow" example in the readme, on Windows 10, I've seen my test1 file appear in the...