AmerDwight commented on issue #10627:
URL: https://github.com/apache/apisix/issues/10627#issuecomment-1853502981

   Thanks for your patient, I didn't decribe it well.
   
   > So if your request doesn't go through APISIX, it goes through just fine? 
Upstream server in network B responds as intended?
   
   Yes, it is. 
   
   > And it goes wrong how? What's the error?
   
   The proxy did receive the request from APISIX but proxy didn't **process** 
it.
   And the information that I setup in `proxy-rewrite` **didn't be received** 
by the proxy.
   ( In track of the proxy log, there is no headers that I put in 
`proxy-rewrite` )
   
   To summarize the issue:
   1. **In my case, to set things up in `proxy-rewrite` is a correct way?**
     Here are my build steps:
        1. set proxy as the upstream
        2. define a route
        3. attach `proxy-rewrite` and set destination server in headers
        
   2.  **Now the proxy didn't get the headers that I set up in `proxy-rewrite`**
     --> a. How do I track the transported-request from APISIX? 
          ( I'm using file_logger now, there are come-in logs but no come-out 
logs )
     --> b. If the headers were read by proxy, in common scenario, it shall 
works fine?
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to