francoeder commented on issue #9834:
URL: https://github.com/apache/apisix/issues/9834#issuecomment-1636006208

   The requested information is below.
   
   Route configuration
   ```
   {
     "uri": "/api/v1/conteudos",
     "name": "api-conteudos-dev",
     "methods": [
       "GET",
       "POST",
       "PUT",
       "DELETE",
       "PATCH",
       "HEAD",
       "OPTIONS",
       "CONNECT",
       "TRACE"
     ],
     "plugins": {
       "redirect": {
         "http_to_https": true
       }
     },
     "upstream_id": "469405594722239177",
     "status": 1
   }
   ```
   
   Upstream configuration
   ```
   {
     "nodes": {
       "api-conteudos-dev.blackpond-16d54dce.westus2.azurecontainerapps.io": 1
     },
     "timeout": {
       "connect": 10,
       "send": 10,
       "read": 10
     },
     "type": "roundrobin",
     "scheme": "http",
     "pass_host": "pass",
     "name": "api-conteudos-dev",
     "keepalive_pool": {
       "idle_timeout": 60,
       "requests": 1000,
       "size": 320
     }
   }
   ```
   
   Note: The access.log and error.log files show nothing different after 
executing the offending request (`curl -i -X GET 
"http://127.0.0.1:9080/api/v1/conteudos"`).
   
   Thanks in advance for the help!


-- 
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