Pattern matching on hostname #3695
              
                Unanswered
              
          
                  
                    
                      mjgraham123
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a proxy host that applies to any host matching
*-beta.somewhere.com. I've tried*-beta.somewhere.comand that can't be saved. I've also tried~^(.+)-beta\.somewhere\.com$and that doesn't seem to apply to any requests. Is there a way to implement a partial wildcard in the host portion of the domain name?Beta Was this translation helpful? Give feedback.
All reactions