tomharrigan/voicewp

Requests can incorrectly pass validation steps

tomharrigan opened this issue · 1 comments

Once the certificate is cached, requests can pass validation even if they shouldn't.
Probable solution: cache key should be an MD5 of all relevant parameters, not just the URL

caching by URL is actually fine. Tweaks incoming