Engine Removal
Front Floor Pan
It was time to tackle the front floor pan. Last week we cut out the driver’s seat rear anchors from the donor car. This week my goal was to remove the rusted anchors, refinish the donor anchors, and install them. I also wanted to undercoat the entire front floor pan. There were some additional blemishes in the driver door and driver…
Second Coat of Primer
We needed to block sand the first coat of primer with 320 grit and apply a second coat for that ultimate silky smooth finish. Unfortunately, black paint shows every imperfection on the body. It needed to be perfect. Every bump and groove needed to be sanded smooth. Even though it’s a tiny car, most of the weekend was spent block…
Check-Service.ps1
PowerShell – Capturing a Redirected URL from a Web Request
I was recently tasked to write an automation script in PowerShell to invoke methods on a REST API. In this case, the API redirected the web requests to a more specific URL with an HTTP/302 response. When attempting to use POST, PUT, or any other methods besides GET, the REST API issued an HTTP/308 response and would not accept the…