On Thu, Aug 7, 2014 at 4:33 PM, Александр Грошев <
[email protected]> wrote:

> Yes, you are right. But I tried this way, it can't access to app correctly 
> without
> specifying port.


It's 8080 when run under hypnotoad and 3000 otherwise by default.  If you
set the port differently from the default, use the same variable that you
use to configure the port to specify it in your referrer.

$tx->req->headers->referrer('http://127.0.0.1/'.$c->app->config->{listen}.'page/user')
 or something like that...

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to