You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/18 12:13:09 UTC

[GitHub] [apisix] tokers commented on issue #4614: 请教:是否有方案支持通过判断header是否存在来路由?

tokers commented on issue #4614:
URL: https://github.com/apache/apisix/issues/4614#issuecomment-882047337


   @jamesislebron Try JSON `null`.
   ```
   "vars": [
           ["http_version", "!", "equal", null]
       ]
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org