I have two websites say A and B . I do all the logins and authorization on Site A but when it comes to Payments and Packages I want to do it on site B.
I want to redirect the user to Site B.
I was wondering what my options are in sending the requiste information across .Should I use the Header to pass the info ? Could I use encrypted information
in the header?
The information I want to send could include
1.Access Permissions (say something like 'FREE USER' 'PREMIUM USER')
2.Credit Card Information (can I send this in encrypted form )
was wondering what my options are in general
Web Languages and StandardsWeb BrowsersScripting Languages