-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional Renderer - Consolidation - Proposal #53
Comments
Looks nice, What do you think about:
as discussed in #21? and:
as discussed in #45? Or is it outside this scope? Also, we were not sure if the MVC prefix is correct. Maybe it should be "aspnet-route-action" instead of "aspnet-mvc-action", but that depends if we can use the same layout renderer for MVC and Web API.
I propose: aspnet-request-referrer and aspnet-request-url for those. |
Updated in the Main Comment.
Included these items except the X-Forwaded-For, Need to discuss on this. |
Looks complete and 👍 |
Any plans in which version we want to do this? |
The next minor version would be nice (4.3). This is really helpful for .NET Core |
@page-not-found Special for you :) |
fixed by #54 |
What about getting the client's IP Address? It's not clear whether (or how) this is supported. Previously was ${aspnet-request:serverVariable=remote_addr} |
@DanielLaberge I guess that was missed out. I vl get to those when I have sometime. |
Please do create a new Github issue. It's easier to track. |
Consolidated List of Additional Renderer from various requests #21, #45
Nice to Have
History
04/19/2016
Changed aspnet-request-referrerurl to aspnet-request-referrer
Changed aspnet-request-requesturl to aspnet-request-url
Added more renderer for User Agent, IP Addressm IsHttps (item 11, 12, 13) above
06/04/2016
Moved this item from above.
3. aspnet-request-servervariable - To Capture any servervariable. Allows comma separated to get mulitple server variables. Can also allow json formatting. This is specific to Pre MVC CORE 1.0 (a.k.a ASP.NET 5)
13. aspnet-ipaddress - To Capture the ip address of the machine from where the request is made.
11. aspnet-ishttps - true/false value which says if the site is setup as https or not.
The text was updated successfully, but these errors were encountered: