I am currently working on a project based on varnish..
we write vcl and vmod. But the project needs to check the request body.
How can I get the post request body in VCL or vmod with a C function?
|
I am currently working on a project based on varnish.. we write
| ||||
|
feedback
|
|
I'm not sure you can. Varnish generally only deals with Req/Resp headers. The bodies are passed along without (much) modification. I you do find a solution please let me know as I'm interested in this as well. | |||
|
feedback
|