Mavbraz

Results 16 comments of Mavbraz

Hey, @255kb. I have a few thoughts to say about what could generate more outcome for users: - It makes more sense to export to OpenApi v3 (JSON) just passing...

This issue happened to me as well. It does not fail when when the filename starts with _**.git**_ I've tested renaming to `.agitignore` and `gitignore` and both failed as expected.

This implementation follow the spec 1.2 as detailed at http://www.softwareishard.com/blog/har-12-spec/

FYI: I'll open this PR to be reviewed as soon as I finish the tests

Current status: I'm going to merge/rebase this branch to bring in the new changes made while it was inactive. After that, I'll finish the remaining unit tests.

Hello, @Peanutbutteer! I've been doing something similar as you request that probably will cover your needs. 1. Perform a request to Mockoon that'll be proxyied 2. In the request I...

FYI: It's still needed to create some test coverage related to other methods and probably fix the existing ones (unfortunately I'm having a bad time testing on Manjaro). With that,...

Hello, @255kb! I was thinking to add a new context menu when it's a proxied request to the user be able to copy either the Mockoon request or the proxied...

@regalstreak that's a good suggestion, but there're many compression types not mentioned. e.g: br and zstd. IMO we should add the --compression if we have the accept-encoding header not blank....

@255kb, I think this could be a good setting, at least in my case. Sometimes I need to copy the request and the allowed compression algorithms exactly. That said, I’ll...