Quantcast
Channel: Application Request Routing (ARR)
Viewing all 739 articles
Browse latest View live

Windows Server 2012 r2 IIS8安装ARR3.0以后,打开网站应用程序池总是自动关闭

$
0
0

在Windows Server 2012 r2 IIS8安装ARR3.0以后,打开网站应用程序池总是自动关闭。

前端错误提示:503

事件管理器错误提示:5002, WAS 。 rewriter.dll 报错。

在安装ARR之前,网站都可以正常访问。

将同样的ARR3.0安装到本地计算机 WINDOWS 7 IIS10上,一切正常。

修改应用程序池高级设置的解决方案已经试过了,无效。

请问该问题该如何解决?


Kerberos Constrained Delegation

$
0
0

So I am wondering if this is possible as I am trying to replace TMG 2010 with ARR.

In TMG, I have the server set up to request a client certificate and authenticate the user.  TMG then redirects to the backend server which is IIS and has Windows Auth turned on.  The user is logged in based on Kerberos Constrained Delegation. 

TMG box is authorized to delegate to the backend iis server with AD.  TMG is also told to use the spn of http/backendserver

So, I try the same thing in ARR and it is failing.  I saw some posts that ARR cannot delegate, so I am wondering if it is possible or what I am missing. 

ARR is set to allow delegation to the backend server.  The backend server is the same as above with Windows Auth turned on. ARR has windows Auth turned on as well. 

Is this possible?  Or am I just missing setting an SPN on the ARR box, so it knows how to set the KCD ticket?  What SPN should I use to mimic the TMG UI setting? 

Thanks

Mark 

no data send or received through websockets

$
0
0

Hi,

I've setup ARR 3.0 and URL rewrite 2.1 on an IIS 10 server to host a website using websockets.

Which actually works.

But no data is being transmitted through the websockets. 

I can't find an error message to start troubleshooting.

So where do I start?

Thanks in advance

AAR changing .isml/manifest to .isml?manifest

$
0
0

Hello,

I have AAR setup with 1 webfarm. I am able to retrieve all backend webpages and images from the webfarm without a problem. However, if I try to retrieve a live IIS Smooth Streaming feed .isml/manifest or a static file .ism/manifest, URL Rewrite automatically changes the URL from .isml/manifest to .isml?manifest or .ism/manifest to .ism?manifest. URL Rewrite treats the "/manifest" as a {Query_String}.

Has anyone be able to resolve this issue or am I missing something?

HTTPs sites are loading using whatever cert is assigned to the default 443 only.

$
0
0

I discovered an issue with my ARR servers yesterday.  We host multiple domains and ARR redirects to the appropriate farm based on the host header.  In order for SSL offloading to work you have to create a 443 binding for each domain that you have, then appropriate cert for that domain.  What I am seeing is that when I got to any SSL enabled site, the cert presented is the cert assigned to 443 without any host name binding instead of the binding specific to the domain name.  Its like its ignoring the other bindings even though the host headers match.

Anyone else ever see this?

gbyuhnjmfkiu75i869793456=-2

$
0
0

ARR Helper with IIS 10 do not work

$
0
0
Hi, I have 2 ARR servers with Windows 2016 and IIS 10 + Microsoft Application Request Routing 3.0 (Version 3.0.1988) and 10 web farms on it for balancing load on 2 webservers. Two web-servers also have Windows 2016 and IIS 10 with ARR Helper (version 1.0.1959) installed on it. I enter my web-site from external net (with my mobile phone) and check the site logs. In it I see IP address of my ARR server, but in all my log I see no external address.
(2018-05-30 09:14:46 W3SVC6 WebSRV14 192.168.0.55 POST /ajax/Search X-ARR-LOG-ID=257c6d99-7f83-468c-a8f0-22908203c6c2 80 - 192.168.0.35 HTTP/1.1 WebSRV14 ARRAffinity=....)
Do you have any ideas why arr helper do not work correctly.
PS. I see ARRHelper in IIS->WebServer->Modules, also I see 2 new lines in ApplicationHost.config (<add name="ARRHelper" image="%ProgramFiles%\IIS\ARR Helper\requestRouterHelper.dll" /> and <add name="ARRHelper" />)

Routing Different Domains to Different Server Farms

$
0
0

Hi. Is it possible to route www.domain1.com to "serverfarm1" and www.domain2.com to "serverfarm2" for example? I've been trying to use regular expressions to do this but it doesn't seem ARR likes the way I am doing it. I was trying to do this using:

Regular Expressions

Pattern: ^www.domain1.com$

Action: Route to Server Farm

Thanks so much for the help!


Is this type of route possible?

$
0
0

I want to create a server farm with say 10 web servers and 10 web sites. Is it possible to direct only one website and stick it to one web server? I know I can use sticky sessions to keep the site to the server but it seems that you could end up with 2 sites on the same web server which is fine if there are only 9 web servers online for example but I want to ensure only one website goes to one web serverat all times unless there are not enough web servers

URL Rewrite and Windows Authentication

$
0
0

I am able to successfully have IIS sit in front my web app and forward all traffic destined to /myapp to the web app site.  I have now enabled Windows Authentication and am trying to pass through the authenticated user to the webapp. My question is, is this done in the URL Rewrite rule using server variables? The header field I need to pass is "X-WEBAUTH-USER".  Been searching days for documentation on how to do this.

Thanks

Stu

ARR Version/LifeCycle information

$
0
0

Hi All,

I am looking for a definitive location of version and lifecycle information for ARR. I understand that ARR 3.0 is the most reason, but what sub-version  of ARR 3.0 is the latest? I'm having difficulties tracking down this information.

Thank you,

Problems converting apache's ProxyPass and ProxyPassReverse to IIS

$
0
0

Hello!

I try to start using IIS instead of Apache for applications and so far it has been a treat.

But now im stuck trying to create ProxyPass functionality as in apache for IIS.

Config in apache:

ProxyPass /image/ http://127.0.01:8080/

ProxyPassReverse /image/ http://127.0.0.1:8080/

What above creates is a possibility for me to publish stuff locally ex: <img src"/image/ flower.jpg"> onhttps://serverurl/index.html

from other platform and run this thru Apache on SSL.

I would like to perform the same on IIS, but is this possible?

Ive come so far to try create a reverseproxyonboundrule and one revereproxyoutboundrule:

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="ReverseProxyInboundRule1" stopProcessing="false">
<match url="/image/(.*)" ignoreCase="true" />
<action type="Rewrite" url="http://127.0.0.1:8080/{R:1}" />
</rule>
</rules>
<outboundRules>
<rule name="ReverseProxyOutboundRule1" preCondition="">
<match filterByTags="A, Form, Img" pattern="http://127.0.0.1:8080/(.*)" ignoreCase="false" />
<action type="Rewrite" value="https://serverurl/{R1}" />
</rule>
<preConditions>
<preCondition name="ResponseIsHtml1">
<add input="{RESPONSE_CONTENT_TYPE}" pattern="^text/html" />
</preCondition>
</preConditions>
</outboundRules>
</rewrite>
</system.webServer>
</configuration>

But all above is giving me is an broken link for the image...

If I input the original URL in the browser locally on the server: http://127.0.0.1:8080/flower.jpg it loads the image. (Source is a node app)

All I want is to know that this is possible for IIS and how. I need it in my "toolbox" and it drives me nuts.

BR / Emanuel

Getting Error "Outbound rewrite rules cannot be applied when the content of the HTTP response is encoded ("gzip")."

$
0
0

Hello,

I am getting this error during apply ARR with outbound rules.

Outbound rewrite rules cannot be applied when the content of the HTTP response is encoded ("gzip").

I have refer this and this

But not get any luck.

With out outbound rules it's working fine but when add it's throw an error.

<rule name="test case"><match filterByTags="A, Area, Base, Form, Frame, Head, IFrame, Img, Input, Link, Script, CustomTags" customTags="option" pattern="(.*)localhost:90(.*)" /><action type="Rewrite" value="{R:1}localhost:91{R:2}" /></rule>


Let me know if you want any other info.

Thanks :)

The request cannot be routed because it has reached the Max-Forwards limit. The server may be self-referencing itself in request routing topology.

$
0
0

Getting error when try to use ARR into IIS.

my web.cofig file code is like below

<?xml version="1.0" encoding="UTF-8"?><configuration><system.webServer>       <rewrite><rules><rule name="ReverseProxyInboundRule1" stopProcessing="true"><match url="(.*)" /><conditions><add input="{CACHE_URL}" pattern="^(https?)://" /></conditions><action type="Rewrite" url="{C:1}://originsite.com/{R:1}" /></rule></rules></rewrite><tracing><traceFailedRequests><add path="*"><traceAreas><add provider="ASP" verbosity="Verbose" /><add provider="ASPNET" areas="Infrastructure,Module,Page,AppServices" verbosity="Verbose" /><add provider="ISAPI Extension" verbosity="Verbose" /><add provider="WWW Server" areas="Authentication,Security,Filter,StaticFile,CGI,Compression,Cache,RequestNotifications,Module,FastCGI,WebSocket,Rewrite,RequestRouting,ANCM" verbosity="General" /></traceAreas><failureDefinitions statusCodes="400" /></add></traceFailedRequests></tracing></system.webServer></configuration>

Here is the error log file  please click here and download

Thanks :)

general issues with arr

$
0
0

My understanding is that in order to do a rewrite rule that points at another domain I need ARR running

 So I have ARR running on the same IIS server that hosts the 3 web sites that I am interested in. if I attempt somthing simple like the rewrite pattern is a.foo.com -> where the result url ishttp://www.microsoft.com after I enable the URL rewrite rule for the farm anything I try gets me the following error....

 

HTTP Error 400.0 - Bad Request

The request cannot be routed because it has reached the Max-Forwards limit. The server may be self-referencing itself in request routing topology.

I also have a dns record that defines *.foo.com to point at the iis server. Nothing in the failed rule logs and no indication that the rule was invoked. The rule was created at the server level..

What am I overlooking?

 


IIS ARR Issue

$
0
0

Hi,

I have two webfarms. One is for our Exchange and one for our PowerBI.

Our exchange is working fine and I can access it on the internet using ARR. However, I keep getting 502 error after entering my username and password for PowerBI. PowerBI site is working internally but not external.

I have a wildcard certificate which is being used both by our Exchange and PowerBI.

Any help is greatly appreciated.

Thanks,

Lyndon

IIS ARR rule for Exchange OWA and Autodiscover

$
0
0

Hi,

I am trying to set up IIS ARR URL rewrite rules for our exchange 2016 farm and it seems to be working however when I try to access OWA from outside with different browsers it seems to behave differently. So for example from chrome before OWA login page is displayed there is a pop in for credentials and afterwards it redirects me to the mailbox and sometimes it redirects to OWA login page where I am asked to enter credentials again and then it works. In IIS ARR I have seen this REWRITE_DISABLED_KERNEL_CACHE log in FailedReqLogFiles.

I follow those guidelines to set up load balancing for Exchange using ARR 3.0.

https://social.technet.microsoft.com/wiki/contents/articles/36083.application-request-routing-for-microsoft-exchange-server.aspx

https://blogs.technet.microsoft.com/exchange/2013/07/19/part-1-reverse-proxy-for-exchange-server-2013-using-iis-arr/

And also I have enabled proxy forwarding on IIS ARR servers.

Any help is much appreciated. Thank you.

OWA prompt

Remove X-Powered-By using web.config

$
0
0

Hello All,

I am using revers proxy with ARR.
I am trying to remove X-Powered-By from ARR  header.

I have tried below code but not sure why it's not working. 

<httpProtocol><customHeaders><remove name="X-Powered-By" /></customHeaders></httpProtocol>

Please help me how I remove these "X-Powered-By".

Let me know any other information is required.

Single Machine with IIS ARR local to two sites locally for load balancing

$
0
0

Hi, I might be missing something very obvious here and forgive me if that is the case but I am trying to setup ARR on a test PC with the following configuration:

  • Local IIS install (Windows 10 for testing)
  • 3 websites setup, Test1.testdomain.local, Test2.testdomain.local and TestMain.testdomain.local
  • All three are responding using the URL's and work as expected.

What I was expecting to was to install and run ARR so that when a user browsed to TestMain.testdomain.local it load balanced between the two Test1 and Test2 sites. I have read up on this and I have had various other configurations on here but none seems to work. 

I have tried setting Test1 and Test2 to use ports 8001 and 8002 respectively and the same ports setup in the webfarm servers.

This generates 400 Invalid Hostname and in the logs I can see that it doesnt appear to change the port being used. This may not be where it logs this or maybe it doesnt show this at all but this might be why. 

I have also set all the ports to 80 and now I get 502 - Bad Gateway with a timeout. I am not sure what I am trying is possible and I can and have this working using seperate machines for the two test1 and test2 websites and ARR setup on a third machine. I did have to add the same hostname for binding on each test machine to get it to work though. 

I am relatively new to IIS and completely new to ARR so any help would be greatly appreciated. 

Using ARR / IIS as a proxy server and getting 404's on some files that are there

$
0
0

We are using windows server / IIS / ARR as a proxy and it is randomly not showing some files which is making the site fail. 

Explanation: A couple months ago the system is put in place and working fine and then all of the sudden stopped being able to read certain CSS and HTML and JS files. 

File 1 it could read fine and File 2 right next to it was unseen and threw a 404. I removed all of the items from the ear and then pt them back little by little and it was able to see them. 

Last evening I had to run some patches on the software that the proxy is in front of and it overwrote some of the current CSS (etc) files with new ones and the proxy stopped being able to see them again. 

As far as security I have it opened "everyone" has full rights and the service account running the sofware has full rights also. 

I have tried what get me around it the last time and it isn't working this time. 

I have taken a log of the network traffic and converted it to txt so you can read it. 

This is a production environment and we are desperate for some help. 

MS support has been unable to figure it out, but I think they are looking in the wrong place. Counting on you smart folks to help. 

Thanks 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<div class="loaded-status-view"> <div class="style-scope top-bar-view"> <div class="style-scope top-bar-view">chrome-net-export-log.json        </div></div> </div> <div class="style-scope netlog-viewer">Import
Proxy
Events
Timeline
DNS
Sockets
Alt-Svc
HTTP/2
QUIC
Reporting
Cache
Modules

Prerender</div> <div class="style-scope netlog-viewer"> <div class="style-scope events-view">
 
31976DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/otmm-prod.min.js
31977DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/ui.min.html
31978DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/otmm_full.min.html
31979HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/ui.min.html
31980DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/otmm-widget-internal.min.html
31981HTTP_STREAM_JOBhttps://www.ifawimages.com/
31982DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/customer_specific.html
31983DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/otmm-prod.min.js
31984HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/otmm_full.min.html
31985HTTP_STREAM_JOBhttps://www.ifawimages.com/
31986HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/otmm-widget-internal.min.html
31987HTTP_STREAM_JOBhttps://www.ifawimages.com/
31988HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/customer_specific.html
31989HTTP_STREAM_JOBhttps://www.ifawimages.com/
31990HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/otmm-prod.min.js
31991HTTP_STREAM_JOBhttps://www.ifawimages.com/
31992URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/dist/lib.css
31993DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/lib.css
31994URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/dist/lib.min.js
31995DISK_CACHE_ENTRYhttps://global.gotomeeting.com/functionalStatus?_=1559616425220
31996DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/lib.min.js
31997DISK_CACHE_ENTRYhttps://global.gotomeeting.com/functionalStatus?_=1559616425220
31998HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/lib.css
31999HTTP_STREAM_JOBhttps://www.ifawimages.com/
32000URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/lib/designer/rappid/rappid.css
32001DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/lib/designer/rappid/rappid.css
32002URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/lib/designer/rappid/styles/style.modern.css
32003URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/dist/ui.css
32004URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/dist/ui.min.js
32005DISK_CACHE_ENTRYhttps://global.gotomeeting.com/functionalStatus?_=1559616425220
32006DISK_CACHE_ENTRYhttps://global.gotomeeting.com/functionalStatus?_=1559616425220
32007DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/lib.min.js
32008HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/lib.min.js
32009HTTP_STREAM_JOBhttps://www.ifawimages.com/
32010DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/ui.css
32011DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/ui.min.js
32012DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/lib/designer/rappid/rappid.css
32013HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/lib/designer/rappid/rappid.css
32014DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/lib/designer/rappid/styles/style.modern.css
32015HTTP_STREAM_JOBhttps://www.ifawimages.com/
32016DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/ui.css
32017DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/ui.min.js
32018HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/lib/designer/rappid/styles/style.modern.css
32019HTTP_STREAM_JOBhttps://www.ifawimages.com/
32020HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/ui.css
32021HTTP_STREAM_JOBhttps://www.ifawimages.com/
32022HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/ui.min.js
32023HTTP_STREAM_JOBhttps://www.ifawimages.com/
32024URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32025DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32026DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32027HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32028HTTP_STREAM_JOBhttps://www.ifawimages.com/
32029URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/dist/otmm_full.css
32030DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/otmm_full.css
32031URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/dist/otmm_full.min.js
32032DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/otmm_full.min.js
32033DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/otmm_full.css
32034HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/otmm_full.css
32035HTTP_STREAM_JOBhttps://www.ifawimages.com/
32036DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/otmm_full.min.js
32037HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/otmm_full.min.js
32038HTTP_STREAM_JOBhttps://www.ifawimages.com/
32039URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/dist/lib.min.js.map
32040DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/lib.min.js.map
32041DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/lib.min.js.map
32042HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/lib.min.js.map
32043HTTP_STREAM_JOBhttps://www.ifawimages.com/
32044URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32045DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32046DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32047HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32048HTTP_STREAM_JOBhttps://www.ifawimages.com/
32049URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/dist/ui.min.js.map
32050DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/ui.min.js.map
32051DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/ui.min.js.map
32052HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/ui.min.js.map
32053HTTP_STREAM_JOBhttps://www.ifawimages.com/
32054NONEHOST_RESOLVER_IMPL_REQUEST
32055URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32056DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32057DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32058HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32059HTTP_STREAM_JOBhttps://www.ifawimages.com/
32060URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/dist/otmm_full.min.js.map
32061DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/otmm_full.min.js.map
32062DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/otmm_full.min.js.map
32063HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/otmm_full.min.js.map
32064HTTP_STREAM_JOBhttps://www.ifawimages.com/
32065URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32066DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32067DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32068HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/ui/import.js
32069HTTP_STREAM_JOBhttps://www.ifawimages.com/
32070URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/dist/otmm-widget-internal.css
32071DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/otmm-widget-internal.css
32072DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/otmm-widget-internal.css
32073HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/otmm-widget-internal.css
32074HTTP_STREAM_JOBhttps://www.ifawimages.com/
32075URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/dist/otmm-prod.min.js.map
32076DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/otmm-prod.min.js.map
32077DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/dist/otmm-prod.min.js.map
32078HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/dist/otmm-prod.min.js.map
32079HTTP_STREAM_JOBhttps://www.ifawimages.com/
32080URL_REQUESThttps://www.ifawimages.com/otmm/ux-html/favicon.ico
32081DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/favicon.ico
32082DISK_CACHE_ENTRYhttps://www.ifawimages.com/otmm/ux-html/favicon.ico
32083HTTP_STREAM_JOB_CONTROLLERhttps://www.ifawimages.com/otmm/ux-html/favicon.ico
32084HTTP_STREAM_JOBhttps://www.ifawimages.com/
32085NONEHOST_RESOLVER_IMPL_REQUEST
32086UDP_SOCKET[2001:4860:4860::8888]:53
32087NONEHOST_RESOLVER_IMPL_REQUEST
32088UDP_SOCKET[2001:4860:4860::8888]:53
</div> <div class="vertical-splitter style-scope events-view"> </div> <div class="event-log content-box style-scope events-view"> <div class="log-source-entry">

31802: URL_REQUEST

https://www.ifawimages.com/otmm/ux-html/style/base/bootstrap.css

<div>Start Time: 2019-06-04 07:37:17.834</div>
t=862656 [st= 0] +REQUEST_ALIVE  [dt=95]
                  --> priority = "HIGHEST"
                  --> url = "https://www.ifawimages.com/otmm/ux-html/style/base/bootstrap.css"
t=862657 [st= 1]    NETWORK_DELEGATE_BEFORE_URL_REQUEST  [dt=0]
t=862657 [st= 1]   +URL_REQUEST_START_JOB  [dt=94]
                    --> load_flags = 2 (BYPASS_CACHE)
                    --> method = "GET"
                    --> privacy_mode = 0
                    --> url = "https://www.ifawimages.com/otmm/ux-html/style/base/bootstrap.css"
t=862657 [st= 1]      NETWORK_DELEGATE_BEFORE_START_TRANSACTION  [dt=0]
t=862657 [st= 1]      HTTP_CACHE_GET_BACKEND  [dt=0]
t=862657 [st= 1]      HTTP_CACHE_DOOM_ENTRY  [dt=0]
                      --> net_error = -2 (ERR_FAILED)
t=862657 [st= 1]      HTTP_CACHE_CREATE_ENTRY  [dt=1]
t=862658 [st= 2]      HTTP_CACHE_ADD_TO_ENTRY  [dt=0]
t=862658 [st= 2]     +HTTP_STREAM_REQUEST  [dt=1]
t=862658 [st= 2]        HTTP_STREAM_JOB_CONTROLLER_BOUND --> source_dependency = 31804 (HTTP_STREAM_JOB_CONTROLLER)
t=862659 [st= 3]        HTTP_STREAM_REQUEST_BOUND_TO_JOB --> source_dependency = 31805 (HTTP_STREAM_JOB)
t=862659 [st= 3]     -HTTP_STREAM_REQUEST
t=862659 [st= 3]     +HTTP_TRANSACTION_SEND_REQUEST  [dt=2]
t=862659 [st= 3]        HTTP_TRANSACTION_HTTP2_SEND_REQUEST_HEADERS
                        --> :method: GET
                            :authority: www.ifawimages.com
                            :scheme: https
                            :path: /otmm/ux-html/style/base/bootstrap.css
                            pragma: no-cache
                            cache-control: no-cache
                            user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36
                            accept: text/css,*/*;q=0.1
                            referer: https://www.ifawimages.com/
                            accept-encoding: gzip, deflate, br
                            accept-language: en-US,en;q=0.9
                            cookie: [60 bytes were stripped]
t=862661 [st= 5]     -HTTP_TRANSACTION_SEND_REQUEST
t=862661 [st= 5]     +HTTP_TRANSACTION_READ_HEADERS  [dt=90]
t=862751 [st=95]        HTTP2_STREAM_ERROR
                        --> description = "Server reset stream."
                        --> net_error = "ERR_SPDY_PROTOCOL_ERROR"
                        --> stream_id = 3
t=862751 [st=95]     -HTTP_TRANSACTION_READ_HEADERS
                      --> net_error = -337 (ERR_SPDY_PROTOCOL_ERROR)
t=862751 [st=95]   -URL_REQUEST_START_JOB
                    --> net_error = -337 (ERR_SPDY_PROTOCOL_ERROR)
t=862751 [st=95]    URL_REQUEST_DELEGATE_RESPONSE_STARTED  [dt=0]
t=862751 [st=95] -REQUEST_ALIVE
                  --> net_error = -337 (ERR_SPDY_PROTOCOL_ERROR)
</div> </div> </div>
Viewing all 739 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>