Skip to content

Handling hash router behavior #14

@SwagMuffinMcYoloPants

Description

@SwagMuffinMcYoloPants

I noticed when you use the hash router with this client that the ticket gets appended in the middle of the URL. The URL starts off as

https://localhost/test/#/search

After a successful authentication, It looks like this which doesn't resolve,

https://localhost/test/&ticket=ST-353-JPhvHh6qh1ThXdk0cdkN-idirems.com#/search?status=in_process

The build-url library seems to add the query params first and then everything after the hash at the end of the URL which I would expect. I think the status part should be done before the hash. Is this what should be expected?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions