filter: ( tcp port 8082 ) and ((ip || ip6) || (vlan && (ip || ip6)))
######
GET /scm/ HTTP/1.1.
Pragma: no-cache.
Cache-Control: no-cache.
Upgrade-Insecure-Requests: 1.
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.0 Safari/537.36.
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9.
Sec-Fetch-Site: none.
Sec-Fetch-Mode: navigate.
Sec-Fetch-User: ?1.
Sec-Fetch-Dest: document.
Accept-Encoding: gzip, deflate, br.
Accept-Language: en-US,en;q=0.9.
X-Forwarded-Port: 443.
X-Forwarded-Proto: https.
X-Forwarded-Ssl: on.
##
X-Forwarded-For: xxx.xxx.xxx.xxx.
Connection: Keep-Alive.
.
##
HTTP/1.1 200 OK.
Content-Type: text/html;charset=utf-8.
Content-Length: 1891.
Server: Jetty(9.4.33.v20201020).
.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<!--
manifest.json provides metadata used when your web app is added to the
-->
<link rel="manifest" href="/scm/manifest.json">
<link rel="shortcut icon" href="/scm/favicon.ico">
<base href="/scm">
<title>SCM-Manager</title>
(...)