ocket8888 edited a comment on issue #3929: Rewrote /user/reset_password to Go
URL: https://github.com/apache/trafficcontrol/pull/3929#issuecomment-542905363
 
 
   uhh idk where it's getting `user`, but your base_url should be 
`https://some-host/#!/`, because TP only serves actual content over HTTPS and 
routing is handled in the fragment of the root document (meaning it has to be 
`#!`, not `!#`).
   
   When I add a `t.Logf(buff.String())` to the end of the test, I see
   ```
   https://example.test/#!/login?token=test
   ```
   which is exactly correct, so idk what's going on in your example.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to