rewrite url to url:port number

22,626

You should install the URL Rewrite and the ARR (Application Request Routing) modules for IIS. Here are two links on how these can work together to create a reverse proxy to do what you want:

Share:
22,626
Fran Rod
Author by

Fran Rod

Updated on July 22, 2022

Comments

  • Fran Rod
    Fran Rod almost 2 years

    how can I rewrite the next url request:

    http://mydomain.com/virtualDirectory/default.aspx?param1=2&param2=car
    

    to:

    http://mydomain.com:8888/virtualDirectory/default.aspx?param1=2&param2=car
    

    Best regards.