Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am wvdhaute on github.
  • I am wvdhaute (https://keybase.io/wvdhaute) on keybase.
  • I have a public key ASBH88E6MVknwdIOCarUstgHafCyUESs1Se2UFbRrTTPswo

To claim this, I am signing this object:

@wvdhaute
wvdhaute / gist:d55681ba005f5520b105
Last active October 6, 2015 13:12
iOS universal links
Following 2 links are shown in an iframe and should open my iOS app
Calling link from both a page hosted on demo.linkid.be or another one on chrome and all works fine. Not on safari tho.
<a href="https://demo.linkid.be/purpose?code=linkiddemo%3A%2F%2Fscan" target="_blank">Chrome iOS 9 all good</a>
Calling this link from a page on demo.linkid.be for safari does not work, from another domain and all is good.
<a href="#" onclick="window.open('https://demo.linkid.be/purpose?code=linkiddemo%3A%2F%2Fscan')">Safari iOS 9 problem case</a>
<?php
/**
* This class can add WSSecurity authentication support to SOAP clients
* implemented with the PHP 5 SOAP extension.
*
* It extends the PHP 5 SOAP client support to add the necessary XML tags to
* the SOAP client requests in order to authenticate on behalf of a given
* user with a given password.
*