Sergey Kostinsky

Edit
|
Reply
|
Quote
|
Delete
|
Publish
|
Accept Answer
|
View Profile
Edit Post
Remove Post
Lock Thread
Mark as Helpful
Request a Response
1 year ago, Post ID: 7754
0
0
Hi David,
On the browser side you can use window.location to get current URL.
On the server side HttpServer.Request object can provide information you require. HttpServer.Request.Host and HTTPServer.Request.UrlFileName are most likely to be what you need. You can also check THttpRequest class definition in System\Framework\SystemServer.mmd to see if any other properties of that object could be of use to you.
7753
Hi David,
On the browser side you can use window.location to get current URL.
On the server side HttpServer.Request object can provide information you require. HttpServer.Request.Host and HTTPServer.Request.UrlFileName are most likely to be what you need. You can also check THttpRequest class definition in System\Framework\SystemServer.mmd to see if any other properties of that object could be of use to you.
7754
1.1
-1
00320000007V0B4AAK