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?

link|improve this question

69% accept rate
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.