Hello Igor,
Thanks a lot for your complete answer. So if I well understood, no way to
make a nginx redirection based on #anchor passed in URL ?
No workaround possible ? We have a code including help link which contains
anchors, code we can change easily since many users have it.
Thanks in advan
Hi guys,
for security problems on my server, I should create a reverse proxy that
allows only those who use the dns provided by me to be able to pass.
practically I make a list with the incoming dns and I pass only those to my
main server behind the reverse.
is it possible to do this?
thank you al
Gilles,
When you enter a url with an anchor into a browser, the browser will
only request a URL without the anchor from the web server.
The web servers gets only the part you see in logs.
For '/Doc.html#case1' the web server will receive a request for
'/Doc.html'. The anchor is used by the bro
Thanks a lot for all your answers !
Since I have the case below with anchor (fragment-ID in URL to map to one
specific action in my doc.map :
/Doc.html#case1 https://domain2.com/action1;
/Doc.html#case2 https://domain2.com/action2;
/Doc.html https://domain2.com/action3;
How can I do this kind of