maskkid / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

a client certificate is not transmitted from webkitdotnet/WebKitBrowserTest Sample. #162

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
I need your advice.

I am trying to transmit the client certificate using webkitdotnet. 
https://github.com/webkitdotnet/webkitdotnet/tree/develop/webkitdotnet-develop.z
ip

However, although WebServer sends to Client Certificate Request Message, a 
client certificate is not transmitted from webkitdotnet/WebKitBrowserTest 
Sample. 

I'm searching a sample program. 
But there is no sample program which transmits a client certificate to 
somewhere.
Isn't someone known? 

Original issue reported on code.google.com by k.watana...@gmail.com on 19 Dec 2012 at 1:06

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
「WebMutableURLRequest::setClientCertificate()」 was not able to be built 
within the 「navigate()」 by WebKit.NET. 
----------
public void Navigate(string url)
 WebMutableURLRequest request = new WebMutableURLRequestClass();
 request.setClientCertificate(cert)⇒⇒⇒⇒I was not able to write this 
code.

Original comment by k.watana...@gmail.com on 20 Dec 2012 at 10:28

GoogleCodeExporter commented 8 years ago
While doing many things, it came to pass along building.

In the following steps.
①setClientCertificate method is added to WebKit.idl. 
②Interfaces.vcproj is built.
③WebKIt.tlb file is generated. 
④WebKit.tlb file is brought to WebKit.NET and JSCore.vcproj is built. 

Original comment by k.watana...@gmail.com on 20 Dec 2012 at 10:40

GoogleCodeExporter commented 8 years ago
but MyApplication falls by setClientCertificate execution. 

Original comment by k.watana...@gmail.com on 20 Dec 2012 at 10:42