VBS script to send an HTTP request
Another post with little script: And for JSON serialization you might use this page
IT, operating systems, maths, and more.
Another post with little script: And for JSON serialization you might use this page
Well, here it is:
Sometimes you might want to deploy an incoming webhook for very simple use and do something when it’s called. On Windows you don’t need to have a full blown ASP.NET pipeline or even PHP server installed, you can go with simple VBS script. In this post I describe how to configure IIS to expose such … Continue reading Running VBS script in IIS