Hi
Is it possible to to pass an array as a parameter in sc_redir?
My thoughts for added security.
In app1:
I sc_encode() each variable that I’m going to pass in sc_redir
I then create an array (say $param1) containing all of the encode variables
I then do the sc_redir(app2,param1=$param1) (where app2 = an sc app on another server)
Then in app2
I receive in $param1=[param1]
sc_decode($param1)
then read into the various $ variables the respective values from array $param1.
Problem if doable?
Don’t know how to create initial array $param1 in app1
Not 100% certain how extract the various values in app2
Please can someone give me guidance asap
Thanks so much
Larry