You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
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
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.