URL Normalization
URLs normalize automatically using the following criteria:
URL Normalization | |
---|---|
Protocol Schema (the protocol should be stripped) | hxxp://xyz.com/test → xyz.com/test |
Username: Password (should be stripped) | user: pass@xyz.com → xyz.com |
Ports (should be stripped) | xyz.com:8080/abc → xyz.com/abc |
Trailing slashes (stripped from the end of the URL) | xyz.com/abc/ → xyz.com/abc |