File: ucspi-proxy-http-xlate.1

package info (click to toggle)
ucspi-proxy 0.99-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 372 kB
  • sloc: ansic: 1,917; makefile: 46
file content (26 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.TH ucspi-proxy-http-xlate 1
.SH NAME
ucspi-proxy-http-xlate \- Translating HTTP proxy
.SH SYNOPSIS
.B ucspi-proxy-http-xlate
[
.B -v
]
.I search replace [ search replace [...]]
.SH DESCRIPTION
.B ucspi-proxy-http-xlate
is a HTTP proxy for a UCSPI client/server pair that can translate
strings within HTTP content on the fly.
All occurrences of
.I search
are replaced with
.IR replace .
If the HTTP response from the server contained a
.B Content-Length
header, it is replaced with the length of the translated content.
.SH SEE ALSO
ucspi-proxy(1)
.SH CAVEATS
All content is translated.
This could cause some odd side-effects if a search string is found in a
binary response, such as an image.