i think that what you're really looking for is a 302 redirect. this should be what you want:<br><a href="https://github.com/ostinelli/misultin/issues/51">https://github.com/ostinelli/misultin/issues/51</a><br><br>r.<br>
<br><div class="gmail_quote">On Tue, Nov 29, 2011 at 9:50 AM, Wes James <span dir="ltr"><<a href="mailto:comptekki@gmail.com">comptekki@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Tue, Nov 29, 2011 at 10:31 AM, Wes James <<a href="mailto:comptekki@gmail.com">comptekki@gmail.com</a>> wrote:<br>
> Anyone know with misultin if there is a way to forward a request.<br>
> I.e., if I have some settings in a conf file for a a login page<br>
> {on/off}.  If it is on, it will show the login page - I can do that,<br>
> but if I have login page {off} and someone goes to /login I want it to<br>
> go to /, but if I just use handle('GET', [], Req, Port) in the true<br>
> part of the case the / page shows, but the url has /login of course<br>
> since that was the original request.<br>
<br>
<br>
</div>I realize now I can just do:<br>
<br>
Req:ok([{"Content-Type", "text/html"}],["<meta HTTP-EQUIV='REFRESH'<br>
content='0; url=/'">])<br>
<div class="HOEnZb"><div class="h5"><br>
Thanks,<br>
<br>
-wes<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br>