Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Log files created in HTTP_MCP

In the request log file it looks like this(incomplete).
I have highlighted 2 fields. Where are they got from and what would you refer to them as (i.e. users inet provider, their lan ip etc)

/cgi-bin/oecgi3.exe/quote/16297P
application/json
2862
CGI/1.1
off
*/*



Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36
C:\inetpub\cgi-bin\oecgi3.exe\quote\16297P
58.162.217.135
58.162.217.135



POST
/cgi-bin/oecgi3.exe
mail.hparsons.com.au
80
HTTP/1.1
Microsoft-IIS/8.5

Comments

  • The request log file is really just the OECGI incoming request structure with the @FM's converted to CR/LF. You can see this in the HTTP_MCP controller. This request structure is defined by Revelation's INET_EQUATES insert. In the case of the highlighted fields they are:
    equ REMOTE_ADDR$ to 13
    equ REMOTE_HOST$ to 14
Sign In or Register to comment.