regex issue sending BAN request to Varnish server via curl
问题 I have been trying to send a BAN request via curl to the Varnish server to invalid cached content. The url contains some regex for Varnish to check against. I have been successfully sending this request: 1. curl -X BAN "https://oursite.com/product/item/(100|7|9||8|7|6|5|4|2|1)" <!DOCTYPE html> <html> <head> <title>200 Ban added</title> </head> <body> <h1>Error 200 Ban added</h1> <p>Ban added</p> <h3>Guru Meditation:</h3> <p>XID: 66211</p> <hr> <p>Varnish cache server</p> </body> </html> but