yakbak icon indicating copy to clipboard operation
yakbak copied to clipboard

Record and playback HTTP responses

Results 27 yakbak issues
Sort by recently updated
recently updated
newest added

(and occurring multiply) Currently a `req.path` containing */ (* is a valid URL character) will on recording terminate the headers' comment, leaving a broken tape. Similarly if a /* or...

If any tapes are deleted while the yakbak server is running with the intention of refreshing them, subsequent requests for that tape will result in retrieving the cached tape module...

Externalize the data that is passed with each url

Hello Guys, We are using **Yakbak** to facilitate faster responses in our **_development_** environment. Some of you might have faced this situation before : sometimes the backend api may not...

Creates parent folders for tape files with path names.

Tied to this issue: https://github.com/flickr/yakbak/issues/26

I added the following options to suit my particular needs: options.recordStatusCodes: Array of integers length 2, e.g. [200, 300] options.ignoreCookies: true|false I'm only interested in recording status codes of successful...

I was banging my head against the wall trying to make Yakbak work for my use case. First off the tapes are in `base64` format which makes it really hard...