Fix/rapid cdn allow all verbs with cache
Some verbs, like DELETE, are not sent do the backend if cache is enabled. It's because Apache TrafficServer treats those in special way, it has to be handled.
Also other behaviors of TrafficServer shall be made as without cache.
Currently failed to use proxy.config.http.post.check.content_length.enabled, as it just changes from error code 411 to 500.