CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2000
    Location
    Vancouver, BC, Canada
    Posts
    278

    security for JSON RPC...?

    I've been reading online about security methods for RPC in PHP - I happen to be using JSON encoded strings. Most of the discussions people are talking about having the security check performed in the transport layer rather than the PHP RPC code.

    Does anyone have a good example of security methods in the transport layer?
    David Meikle
    Quantum Unit Solutions, LLC
    www.quantumunit.com

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: security for JSON RPC...?

    Are you using a 3rd party RPC framework? If so, I don't see how you plan to change how that 3rd party does the transport.

    What exactly are you doing? Where do the JSON strings come from...and what do they have to do with your RPC implementation?
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured