|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 02 > 04 > Telegram_2020-02-04T01 |
2020-02-04T01:35:28
Is that URL Rewrite? What's the relation with the problem?
2020-02-04T01:54:46
Async IntraWeb requests called type: link https://crsuat.gw.dfnld.nl . In the response there was a tag for opening a new form using hostname crs-uat.office.caiw.intern. This hostname is not in use anymore for over a week. During the most of that period our app was running in IW15.0 without any problem. When we moved to IW15.1 this problem arised. The only way to get rid of this wrong hostname was the HTTP_HOST setting within the rewrite rule.
Just for testing we recompiled using IW15.0 (we reverted the newly introduced properties in the ServerController) and we removed the HTTP_HOST override in the rewrite rule and this effect disappeared. After compiling with IW15.1 again it came back.
2020-02-04T01:57:09
I'm missing something. Why not fix the request instead of using URL rewrite?
2020-02-04T01:57:36
I mean... the problem shouldn't even exist if correct domain is used
2020-02-04T01:58:28
BTW, HTTP_HOST is the correct way of obtaining host and port values in ISAPI. And I believe IW has been doing it for ages
2020-02-04T01:59:21
for instance, IW 14.2.7 also does that (i.e. it also uses HTTP_HOST)