when I open survey.example.com/f/HoIGm0?x_field_1=1 in browser, it will redirect to the original url? is it possible to show page of original url without changing url in the browser location bar?
2. Error messages and/or full log output:
the behavior is not what I want
3. Caddy version:
caddy version
v2.7.5 h1:HoysvZkLcN2xJExEepaFHK92Qgs7xAiCFydN5x5Hs6Q=
but for feishu forms, https://dagexian.feishu.cn/share/base/form/shrcnbhEcnkUWRevp6vBxitscNc
survey.dagexian.com {
log
reverse_proxy https://dagexian.feishu.cn {
header_up User-Agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 S
afari/605.1.15"
# header_up Origin dagexian.feishu.cn
header_up Host {upstream_hostport}
# header_down -Location
}
}
I’ve set the form to anonymous access (fill with no login required).
with head_down -Location setting, open the url in browser, I get the Found link.
without head_down -Location setting, open the url it will redirect to upstream url