Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
49 views

What is an accepted way to submit form data to sites like paypal?

I'm setting up a website that uses paypal to process payments. The easiest way to implement the checkout form would be to create an HTML form that submits directly to paypal, sending the order ...
1
vote
1answer
95 views

posting variable on securetrading.net

I want to post variables like street address, postal code, phone number, county , I'm not sure how could I achieve this. https://securetrading.net/authorize/form.cgi I used standard html post. ...
1
vote
2answers
241 views

How do I program a hyperlink to include a username and password to the target site?

We have a website with a section restricted to members only. They log in and can view the website. Some of the information is stored on another server. We want that information to ONLY be accessible ...
1
vote
3answers
1k views

How do I code Citrix web sites to use a Secure Gateway (CSG)?

I'm using Citrix's sample code as a base and trying to get it to generate ICA files that direct the client to use their Secure Gateway (CSG) provider. My configuration is that the ICA file's server ...
0
votes
3answers
66 views

Comparison of SSL Certificates [closed]

My web application most definately needs an SSL certificate I was looking into godaddy's: http://www.godaddy.com/ssl/ssl-certificates.aspx The standard doesn't appear to have the lock in the URL ...
0
votes
1answer
131 views

In OPENSSL , After SSL_Connect() i am getting SSL_ERROR_WANT_READ

I am using SSL_Connect() and return code is "-1" , with SSL_get_error() i can see that error is SSL_ERROR_WANT_READ. As per suggestion on one forum, where it suggested to keep calling SSL_connect() ...