Search Result

Collapse
9 results in 0.0044 seconds.
Keywords
Members
Tags
https
  •  

  • zied
    started a topic windows vista and HTTPS

    windows vista and HTTPS

    SALAM.
    i'm working with windows vista. i made w RESTFUL web service using WCF serviceLibrary and it works correctly, but now i want secur it with a SSL certificate.
    i made a certeficate using Win32oppenSSL and when i want o add this certificate to my port using netshe commande
    Code:
    netsh http add sslcert ipport=0.0.0.0:8733 certhash=a7efc21d67c296c4e89af8fce1bab194aa4e8c5f appid={b62379fe-d0ac-420e-85a8-9cbbc8704eb8}
    ...
    See more | Go to post

  • Secure website on Windows Apache which overrides Ruby proxy

    Hi all,

    First of all I will describe the setup and then ask the question.

    I have created a test website which is running on Apache 2.2 on Windows and uses Ruby on Rails 1.8 ( this older version is a requirement, but I think irrelevant to this question ) for a couple of dynamic pages, the rest of the pages are static.

    The main website runs in "C:/MyRubyWebsite" through Ruby on Rails with 2 pages,...
    See more | Go to post

  • .htaccess Problem - ( Turn off SSL for every page except login.php and register.php )

    Hello,

    Right, so I'm using .htaccess file for my website. I have SSL Certificate enabled, but I only need to use https:// on two pages of my website, I was able to make it so https:// is off for everything except login.php page, but I need to make it so it also works on register.php page.

    So how do I change following code, so it sets login.php and register.php to https://

    Code:
    Options +FollowSymLinks
    ...
    See more | Go to post

  • Windows Service Hosting WCF Objects over SSL (https) - JSON Error Handling won't work

    I will first show the code that works in a non-ssl (http) environment. This code uses a custom json error handler, and all errors thrown, do get bubbled up to the client javascript.

    Code:
                // Create webservice endpoint
                WebHttpBinding binding = new WebHttpBinding();
    
                ServiceEndpoint serviceEndPoint = new ServiceEndpoint(ContractDescription.GetContract(Type.GetType(svcHost.serviceContract
    ...
    See more | Go to post
    Last edited by Niheel; Jun 9 '10, 08:07 PM. Reason: added code tags to code :)

  • Is there a way to force web service request to use HTTPS.

    I have an asp.net web service which has SSL enabled via IIS. It works fine if the user uses https, however I have a user that insists on using http on the url.
    What I'd like to do is have the web service (asmx) do the equivalent of the response.redire ct to change http to https automatically.
    I don't believe that I can do this from a web service so does anyone know a of a similar solution for web services.
    See more | Go to post

  • Logging into a site that uses Live.com authentication with C#

    I've been trying to automate a log in to a website I frequent, www.bungie.net. The site is associated with Microsoft and Xbox Live, and as such makes uses of the Windows Live ID API when people log in to their site.

    I am relatively new to creating web spiders/robots, and I worry that I'm misunderstandin g some of the most basic concepts. I've simulated logins to other sites such as Facebook and Gmail, but live.com has given me nothing...
    See more | Go to post

  • smileyc
    started a topic How to make a POST request in vb.net

    How to make a POST request in vb.net

    Hi. I am using visual studio 8, using vb.net. I am trying without success to make a post request to a web form as shown below.


    <?xml version="1.0" encoding="UTF-8"?><postBetOrd er xmlns="urn:betf air:games:api:v 1"marketId="256 8540" round="1" currency="GBP">
    <betPlace>
    <bidType>BACK </bidType>
    <price>2.5</price>...
    See more | Go to post

  • transform XML data into custom variable type to send to webservice (https)

    Hi,
    I have to connect to a webservice, and the data i have is:
    WSDL
    XML sample file (which is what i have to send to the webservice and with credentials, user and password tags).
    XSD file

    My status is: I've created a Service reference with the wsdl, it has one method.

    The problem is that this method wants as parameter one type of variable ( draftClaimEntry , which is the name of the XSD file...
    See more | Go to post

  • Jaime Requena
    started a topic https problem

    https problem

    I have a web form which users get to through an https URL. The problem I'm having is that I want all the links going off this secure page to revert back to http (non-secure). I am coding all the links on this page to be absolute URLs that are non-secure (http). A strange thing happens though, many links continue to go to https and not http even though I have hard coded the URLs to be http. How can this be happening? I am programming in C# if...
    See more | Go to post
Working...