Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Compare different paths on different domains #552

@huang-jy

Description

@huang-jy

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

http://serverb/finance/

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions