-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
I ran into a scenario where http://foobar.com does a 301 to https://foobar.com. The default flags normalize to http which is fine for urls that are the same content (not redirects), so I didn't want to turn off that normalization flag. Instead I was going to check the scheme/path/host of the source url to the current url in Filter. The issue is https://foobar.com does not have a source url of http://foobar.com which to me seems like it should.
is there another preferred way to do what I'm checking that I'm not thinking of?
Metadata
Metadata
Assignees
Labels
No labels