Scott Reed
Sep 5, 2019
  1686
(4 votes)

Client Driven Rewrite Rules With Automated Postman Tests

For an old project many years ago I created a tool for generating web.config redirects for clients.

Recently we enhanced it so that it's a lot better and we have also added auto generated postman redirect verification tests in.

I thought the community may want to use it so I've added here https://github.com/ScottReed/iis-redirect-generator

Sep 05, 2019

Comments

Ravindra S. Rathore
Ravindra S. Rathore Sep 6, 2019 05:55 AM

Thanks for sharing this Scott.

Sep 6, 2019 07:55 AM

No worries :-)

Praful Jangid
Praful Jangid Sep 15, 2019 06:35 PM

As per the readme file, this seems to be highly customizable. I will try personally and also provide feedback. Thanks for such a smart work to save other's time and efforts.

Sep 16, 2019 09:15 AM

No worries, 100% upfront the code isn't very clean. It's something we first created many many years ago and could do with a re-write which I might do ay some point. I made the new postman bit a little better but I thought it's better to get it out rather than wait.

Please login to comment.
Latest blogs
Official List property support

Introduction Until now users were able to store list properties in three ways: Store simple types (int, string, DateTime, double) as native...

Bartosz Sekula | Mar 28, 2023

New dashboard implemented in CMS UI 12.18.0

As part of the CMS UI 12.18.0 release , a new dashboard has been added as a ‘one stop shop’ to enable editors to access all of their content items,...

Matthew Slim | Mar 28, 2023

How to Merge Anonymous Carts When a Customer Logs In with Optimizely Commerce 14

In e-commerce, it is common for users to browse a site anonymously, adding items to their cart without creating an account. Later, when the user...

Francisco Quintanilla | Mar 27, 2023

How to Write an xUnit Test to Verify Unique Content Type Guids in Content Management

When developing an Optimizely CMS solution, it is important to ensure that each content type has a unique GUID. If two or more content types share...

Minesh Shah (Netcel) | Mar 27, 2023

Extend TinyMCE in Optimizely CMS 12

Since technologies are upgraded to newer versions the ways to extend or override the out-of-the-box functionality are also changed a little bit so...

Ravindra S. Rathore | Mar 27, 2023 | Syndicated blog

Telemetry correlation for Scheduled Jobs in Optimizely

I previously demonstrated how to correlate telemetry to Azure Application Insights within a Hangfire job. But how about those jobs that are built a...

Stefan Holm Olsen | Mar 23, 2023 | Syndicated blog