Skip to content

Codepolice

  • ⤫

Use your IIS logs with WCAT

Posted by Judy Alvarez Posted on February 28, 2022March 1, 2022
0

I just want to write this down so I do not forget it. I found this article that describes how to convert your IIS logs to a script that you can run with WCAT.

http://theether.net/kb/100128

I had to change the HOST header to the script that was generated. And as you can see you can add any header you like to the default section at the top of the script.

setheader
 {
 name    = "Host";
 value   = "my.domain.com";
 }

setheader
 {
 name="Accept-Language";
 value="sv-se,en-us;q=0.7,en;q=0.3";
 }
Categories: JavascriptTagged: ajax call in asp net, asp .net programming services, asp net 4, asp net 5 tutorials, asp net based software development, asp net books pdf, asp net core course, asp net core security, asp net core ui, asp net core viewbag, asp net docker, asp net image upload, asp net modal popup, asp net mvc 3.0, asp net mvc interview questions and answers for experienced, asp net mvc partial view, asp net mvc tutorials, asp net project outsourcing companies, asp net to pdf, asp net website examples, bootstrap asp net, code behind in asp net, form view in asp net, free open source cms asp net, hire dedicated asp net developer, html control in asp net, http module in asp net, online shopping project in asp net using c# with source code, open source asp net ecommerce, session variable in asp net

Post navigation

Previous Previous post: SEO: How the Panda update affected AlternativeTo
Next Next post: Signing a request to set up a custom Amazon CloudFront Distribution with C#

Related Posts

  • Microsoft shrunk the TypeScript

    #​640 — May 25, 2023 Read on the Web JavaScript Weekly DeviceScript: TypeScript for Tiny Thingamabobs — DeviceScript is a new Microsoft effort to take the TypeScript experience to low-resource microcontroller-based devices. It’s compiled to a custom VM bytecode which can run in such constrained environments. (A bit like Go’s TinyGo.) It’s aimed at VS

    Posted by Posted on May 25, 2023
    0
  • Node.js 20 is fast(er)

    #​487 — May 23, 2023 Read on the Web The State of Node.js Performance in 2023 — Nearform’s Rafael Gonzaga reflects on the recent release of Node 20 and puts it through its paces against v18.16 and v16.20 with a few different benchmark suites running on a pretty typical EC2 instance. It goes into a

    Posted by Posted on May 23, 2023
    0
  • jQuery lives on; major changes teased

    #​639 — May 18, 2023 Read on the Web JavaScript Weekly Bun’s New Bundler: 220x Faster than webpack? — Bun is one of the newest JavaScript runtimes (built atop the JavaScriptCore engine) and focuses on speed while aiming to be a drop-in replacement for Node.js. This week’s v0.6.0 release is the ‘biggest release yet’ with

    Posted by Posted on May 18, 2023
    0
  • MS’s new tool for digging deep into V8

    #​486 — May 16, 2023 Read on the Web ‘This Page is Hosted on my Android Phone’ — Since it’s been linked on some pretty big sites already, I don’t feel too guilty about linking it here too 😆 This is a link to a blog being hosted from a $180 Android phone that’s running

    Posted by Posted on May 16, 2023
    0
  • Why Svelte is converting TypeScript to JSDoc

    #​638 — May 11, 2023 Read on the Web JavaScript Weekly The JavaScript Ecosystem is Delightfully Weird — There are plenty of examples of how JavaScript is weird but Sam focuses on the why. If you’ve been a JS developer for many years you’ll have seen it go through many phases and morph to fit

    Posted by Posted on May 11, 2023
    0
  • Getting recursive with Node 20.1

    #​485 — May 9, 2023 Read on the Web Node v20.1.0 (Current) Released — If you’re still catching your breath after the epic Node 20 release, don’t fear – 20.1 is a more typical bugfix, dependency update, and tweak-style affair. Michaël Zasso 💡 That said, the fs readdir and opendir functions get a new recursive option

    Posted by Posted on May 9, 2023
    0
Judy Alvarez

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Codepolice

  • Github
  • Atlassian
  • Flatlogic
  • Xero
  • Jetbrains
  • Figma
  • Microsoft shrunk the TypeScript
  • Node.js 20 is fast(er)
  • jQuery lives on; major changes teased
  • MS’s new tool for digging deep into V8
  • Why Svelte is converting TypeScript to JSDoc
https://flatlogic.com/generator
COPYRIGHT © 2023 - Codepolice