Closed
Description
Wraith relies on the same path on both domains. However, we have a use case where the same page has a different path from server A compared to server B, yet we still want to compare the two.
For example, you may have a page at a CMS (server A) which is available at
http://servera/internal/finance/ready/homepage.html
But when it's on the external, internet-facing server, the path is rewritten. For example, like this
Even though these two are the same page, but with different paths, wraith can't compare the two using the capture
command as it will show a 404 on one of the servers depending on which value we use for the path clause.
Is there a way we can do this?
Metadata
Metadata
Assignees
Labels
No labels