<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi,</p>
<p>firstly please don't use nginx-devel for such questions, this is a developer mailing list and reserved for developers only purposes.</p>
<p>Furthermore it is not nginx related question at all. The browsers handle #-chars as an internal jump to the anchor by ID of element on page, so nginx (or whatever web-server) can not and will not receive the part of URI after #-char from your agent. If you need such character in URI, you have to URL-encode it (# ==> %23).</p>
<p>Regards,<br />sebres</p>
<p>12.12.2022 11:43, Solanellas Llobet, Xavier wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px"><!-- html ignored --> <!-- head ignored --><!-- meta ignored -->
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; background-color: #ffffff;">Hi everybody,</span></div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #ffffff;"><br /> </span></div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; background-color: #ffffff;">I'm trying to redirect an url like /text1/text2#/text3 to url /text1/text2/text3</span></div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; background-color: #ffffff;"><br /> </span></div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; background-color: #ffffff;">The problem seems that # character cut url in navigator, and nginx receives /text1/text2</span></div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; background-color: #ffffff;"><br /> </span></div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; background-color: #ffffff;">Anybody have an workarround from nginx? </span></div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; background-color: #ffffff;"><br /> </span></div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; background-color: #ffffff;">The solution seems use javascript but how can implement it?</span></div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; background-color: #ffffff;"><br /> </span></div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; background-color: #ffffff;">Thanks!!!!!</span></div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; background-color: #ffffff;">Xavier</span></div>
<div class="elementToProof" style="font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #ffffff;"> </div>
<div class="elementToProof" style="font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #ffffff;"> </div>
<div class="elementToProof" style="font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #ffffff;"> </div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; background-color: #ffffff;"><br /> </span></div>
<div class="elementToProof" style="font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #ffffff;"> </div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; background-color: #ffffff;"><br /> </span></div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #ffffff;"><br /> </span></div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #ffffff;"><br /> </span></div>
<div class="elementToProof"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #ffffff;"><br /> </span></div>
<!-- html ignored --><br />
<pre>_______________________________________________
nginx-devel mailing list -- <a href="mailto:nginx-devel@nginx.org">nginx-devel@nginx.org</a>
To unsubscribe send an email to <a href="mailto:nginx-devel-leave@nginx.org">nginx-devel-leave@nginx.org</a>
</pre>
</blockquote>
</body></html>