Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Understanding the RPCManager

    Hi Team:

    When using RPCManager to communicate between clients and servers, the following messages can be sent the response "//isc_RPCResponseStart→[...]". //isc_RPCResponseEnd".
    Can be checked with Burp Suite .

    If this ("//isc_RPCResponseStart→[...]". //isc_RPCResponseEnd") is deleted,
    the response is broken and the client side will waiting for a response.

    Question:
    Response "//isc_RPCResponseStart→[...]] //isc_RPCResponseEnd" is a response required parameter and
    I think it should not be deleted. Is this correct?
    #If I deleted "//isc_RPCResponseStart→[...]] //isc_RPCResponseEnd", response will broke.

    #2
    Those are required, but you are currently looking at intentionally undocumented internals. There would be no reason for application code to every worry about this, and if you were to write some code that generated or parsed this format, that would be incorrect, and there is no use case where that would be needed.

    If you are trying to understand how to do something, let us know what you are trying to do and we can explain the correct approach.

    Comment

    Working...
    X