re: ATS 9.0.x, 9.1x

I created a list of allowed methods in ip_allow.yaml. With an implicit
 DENY:ALL rule.

++
ip_allow:
  - apply: in
    ip_addrs: 0/0
    action: allow
    methods:
      - GET
      - HEAD
      - OPTIONS
++

For remaps that need to support POST(or whatever method), I've tried
to create an @allow over-ride.

map http://edge/ http://origin/  @action=allow @method=POST


POST requests against this remap are denied(ERROR_PROXY_DENIED).
My expectation is that the POST would be allowed, per the remap @allow over-ride


Note that I can create a @deny over-ride on the remap, and the deny works.

map http://edge/ http://origin/  @action=deny @method=OPTIONS

So either I'm missing something with respect to the @allow over-ride,
or maybe there is an ip_allow bug.

Thanks

Jeremy

Reply via email to