Open
Description
I'm running an application at http://127.0.0.1:1244/
and I want to generate an absolute URI using the \Aura\Router\Generator
. As I understand it I need to specify a ->host()
for the route in order to get an absolute URI. But there is no way to set a port number.
I can set the port number together with the host name ->host('127.0.0.1:1244')
but then the \Aura\Router\Matcher
won't match anymore.
Any ideas how to get around this problem?
PS: I'm using Aura.Router 3.1.0
Metadata
Assignees
Labels
No labels
Activity