pass through method in RSSE

bcmp
edited February 11, 2022 in Analytics #1
<p>Could someone explain what is the use of pass through method implementation in RSSE and also when it is called during the RSSE phase.</p>
<p> </p>
<p>Thank you in advance</p>

Comments

  • Belmont
    edited December 27, 2016 #2
    <p>From what I can tell with passThrough, it's only invoked via an IDAPI call CallOpenSecurityLibrary. So it's not called in some order after the RSSE is started. It doesn't seem to be a method that's absolutely required to be implemented. However, if you did implement it, it seems that all it does is pass a return code to the response object without interpreting the request parameter, from my interpretation of reading the manual. The SampleRSSE example code seems to actually interpret it and perform an operation based on what was passed in, but that might be specific to that example, and might not be absolutely necessary. </p>