cverdela commented on issue #9530:
URL: https://github.com/apache/apisix/issues/9530#issuecomment-1560555257
router
```
{
"name": "dgc",
"uris": ["/*"],
"upstream": {
"scheme": "http",
"type": "roundrobin",
"nodes": {
"10.154.97.26": 1
}
},
"plugins": {
"proxy-rewrite": {
"_meta": {
"priority": 1
},
"host": "10.157.95.18",
"headers": {
"remove": [
"X-Forwarded-Host"
]
}
}
}
}
```
wireshark
`Hypertext Transfer Protocol
GET /SALE/0200_012_FMHITEM_GET?page_num=1&page_size=1 HTTP/1.1\r\n
[Expert Info (Chat/Sequence): GET
/SALE/0200_012_FMHITEM_GET?page_num=1&page_size=1 HTTP/1.1\r\n]
[GET /SALE/0200_012_FMHITEM_GET?page_num=1&page_size=1
HTTP/1.1\r\n]
[Severity level: Chat]
[Group: Sequence]
Request Method: GET
Request URI: /SALE/0200_012_FMHITEM_GET?page_num=1&page_size=1
Request URI Path: /SALE/0200_012_FMHITEM_GET
Request URI Query: page_num=1&page_size=1
Request URI Query Parameter: page_num=1
Request URI Query Parameter: page_size=1
Request Version: HTTP/1.1
Host: 10.157.95.18\r\n
X-Real-IP: 172.27.0.1\r\n
X-Forwarded-For: 172.27.0.1\r\n
X-Forwarded-Proto: http\r\n
X-Forwarded-Host: localhost\r\n
X-Forwarded-Port: 9080\r\n
cache-control: no-cache\r\n
Postman-Token: e4db838e-b1c7-4eb9-aff5-6fba38024c09\r\n
User-Agent: PostmanRuntime/6.4.1\r\n
Accept: */*\r\n
cookie: saplb_*=(znbb-piq-01_PIQ_00)2115550;
JSESSIONID=nSU_zzPOlkLzdaFeaWyzpu-pmENBiAHeRyAA_SAPXvsAyyytyaJax6W6v32HFdJ1;
JSESSIONMARKID=S4KK8ADl8ke3u7R2HtHnBkpR-ppFISB03eA95HIAA\r\n
accept-encoding: gzip, deflate\r\n
\r\n
[Full request URI:
http://10.157.95.18/SALE/0200_012_FMHITEM_GET?page_num=1&page_size=1]
[HTTP request 1/1]
[Response in frame: 19]
`
--
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]