Re: URL Mapping

2020-05-28 Thread Karl Wright
That's a much better case for using the url mapper, yes. On Thu, May 28, 2020 at 1:40 PM Michael Cizmar wrote: > Right. Another case that I'm exploring...crawling an internal site and > wanting a load balanced url. So you would crawl something like this: > >

Re: URL Mapping

2020-05-28 Thread Michael Cizmar
Right. Another case that I'm exploring...crawling an internal site and wanting a load balanced url. So you would crawl something like this: http://mystaging-server.myco.com/index.html and then want to change it to: https://www.myco.com/index.html Is that better for the url mapper? --

URL Mapping

2020-05-28 Thread Michael Cizmar
I've got a really long url with a bunch of unnecessary session query string parameters. I've been trying unsuccessfully to map it to the same url without the session. an example of the url below. I thought I could do this: url map regular expression: (.*)\/!ut replacement configuration: