You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 19 Dec 2012 at 1:06
The text was updated successfully, but these errors were encountered:
「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.
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 issue reported on code.google.com by
[email protected]
on 19 Dec 2012 at 1:06The text was updated successfully, but these errors were encountered: