fofapro / fapro

Fake Protocol Server
1.52k stars 179 forks source link

HTTP body not working #16

Closed TarushS closed 2 years ago

TarushS commented 2 years ago

I changed the http handler's body but it doesn't reflect in the service, it just shows "It Works!".

ntestoc3 commented 2 years ago

You need to delete the fs_path params in the http service handler:

                {
                    "handler": "http",
                    "port": 443,
                    "params": {
                        "body": "test",
                        "headers": [],
                        "server_version": "Apache",
                        "ssl": true
                    }
                }