Quantcast
Channel: URL Rewrite Module
Viewing all articles
Browse latest Browse all 2482

two identical internal calls from different origins, one is redirected other is not

$
0
0

I have two identical ajax calls from two different asp.net pages using js.  The request from the new page is being redirected and I can't figure out how or why this is happening.   I pasted the results from the two requests.  am I missing an entry outside of URLRewriter.config that takes into account the request's origin?

10-Sep-2020 10:48:16.475 - OnBeginRequest - Entry - Absolute Url=http://dev.digitallab.com/DigitalLabCatalogService.aspx/UploadTrace2, Local Path=/DigitalLabCatalogService.aspx/UploadTrace2
10-Sep-2020 10:48:16.475 - Build=Release, Runtime=v2.0.50727
10-Sep-2020 10:48:16.475 - OnBeginRequest - Being REDIRECTED to http://dev.digitallab.com/DigitalLabCatalogService.aspx/UploadTrace2/Home.aspx

when I make the same call from the original page I don't get a redirect.

10-Sep-2020 10:54:42.178 - OnBeginRequest - Entry - Absolute Url=http://dev.digitallab.com/DigitalLabCatalogService.aspx/UploadTrace2, Local Path=/DigitalLabCatalogService.aspx/UploadTrace2
10-Sep-2020 10:54:42.178 - Build=Release, Runtime=v2.0.50727


Viewing all articles
Browse latest Browse all 2482

Trending Articles