DeepfakeHTTP icon indicating copy to clipboard operation
DeepfakeHTTP copied to clipboard

DeepfakeHTTP is a web server that uses HTTP dumps as a source for responses.

Results 9 DeepfakeHTTP issues
Sort by recently updated
recently updated
newest added

Hello, I would like to help you with this project in my free time but I don't know how to start.. I have IntelliJ Idea Community Edition 2020.3, Java SDK...

documentation
help wanted
good first issue
build

Hi, my startup gives me the following response. Everything works fine, but I am curious about the `java.lang.NullPointerException` after the DeepfakeHTTP start. Using Ubuntu's `openjdk-17-jdk-headless` package. ``` ❯ java -jar...

bug

I came across this as a testing tool. It's nice, thanks. Another testing desire I have occasionally is to run an on line webserver temporarily that just responds with a...

enhancement

Hi, ## Dump ``` POST /api/customer/show HTTP/1.1 HTTP/1.1 200 OK Content-Type: application/json { "id": "${request.body}", "name": "Name" } ``` ## Request ``` http localhost:9999/api/customer/show id=1 ``` ``` POST /api/customer/show HTTP/1.1...

Hello @xnbox , I would be interested in creating REST API reference documentation for how to use your DeepfakeHTTP/PetClinic API. Let me know if that would add value to your...

documentation

Hello, I want to use my own custom separator instead of '.' but when I add '#---' so it doesn't work. Do you know why? I have there '#' for...

Hello @xnbox I found your DeebfakeHTTP project here and it looks very nice :+1: You created nice tool with good documentation and probably I will be use it ;-) But...

enhancement

Hi, I really liked this project. I think that the "collect" mode could be more useful if it was somehow connected to some tunnel like (https://github.com/mukatee/java-tcp-tunnel), so the user could...

enhancement