<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CSS on SIM Relay URL Not Loading in IE9? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CSS-on-SIM-Relay-URL-Not-Loading-in-IE9/m-p/24879#M13305</link>
    <description>&lt;P&gt;I'm not able to replicate this error myself.&amp;nbsp; I set my own sample code to use your page as my relay URL and it displayed perfectly in both Firefox 11 and Internet Explorer 9.&amp;nbsp; Were you able to confirm that this was due to a specific setting in your Internet Explorer configuration?&lt;/P&gt;</description>
    <pubDate>Fri, 23 Mar 2012 17:39:34 GMT</pubDate>
    <dc:creator>Trevor</dc:creator>
    <dc:date>2012-03-23T17:39:34Z</dc:date>
    <item>
      <title>CSS on SIM Relay URL Not Loading in IE9?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CSS-on-SIM-Relay-URL-Not-Loading-in-IE9/m-p/24669#M13212</link>
      <description>&lt;P&gt;I've searched around and not seen anything that has helped so apologies if I missed the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SIM and PHP and have a form with the basic Relay URL to &lt;A target="_blank" href="http://wamp2.g3.com/andrew/ult-layout/center.php"&gt;http://wamp2.g3.com/andrew/ult-layout/center.php&lt;/A&gt; for testing. However, when I post the form and enter test info and it goes back, it loads that page but without the CSS. Even local and hosted images show up but I get the Prompt about secure/insecure content in IE9.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The link is &lt;A target="_blank" href="http://wamp2.g3.com/andrew/auth-aim/sim.php"&gt;http://wamp2.g3.com/andrew/auth-aim/sim.php&lt;/A&gt; and I'm just not sure what can get the CSS to load. Is it an Authorize.net setting, a server or apache setting, or something else? Here is the PHP I am using based on the 15 minute setup for SIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?php
require_once 'anet_php_sdk/AuthorizeNet.php'; // Include the SDK you downloaded in Step 2
$api_login_id = 'API_LOGIN';
$transaction_key = 'TRANS_KEY';
$amount = "25.00";
$fp_timestamp = time();
$fp_sequence = "123" . time(); // Enter an invoice or other unique number.
$fingerprint = AuthorizeNetSIM_Form::getFingerprint($api_login_id,
  $transaction_key, $amount, $fp_sequence, $fp_timestamp)
?&amp;gt;

&amp;lt;form method='post' action="&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;"&amp;gt;
&amp;lt;input type='hidden' name="x_login" value="&amp;lt;?php echo $api_login_id?&amp;gt;" /&amp;gt;
&amp;lt;input type='hidden' name="x_fp_hash" value="&amp;lt;?php echo $fingerprint?&amp;gt;" /&amp;gt;
&amp;lt;input type='hidden' name="x_amount" value="&amp;lt;?php echo $amount?&amp;gt;" /&amp;gt;
&amp;lt;input type='hidden' name="x_fp_timestamp" value="&amp;lt;?php echo $fp_timestamp?&amp;gt;" /&amp;gt;
&amp;lt;input type='hidden' name="x_fp_sequence" value="&amp;lt;?php echo $fp_sequence?&amp;gt;" /&amp;gt;
&amp;lt;input type='hidden' name="x_version" value="3.1"&amp;gt;
&amp;lt;input type='hidden' name="x_show_form" value="payment_form"&amp;gt;
&amp;lt;input type='hidden' name="x_test_request" value="false" /&amp;gt;
&amp;lt;input type='hidden' name="x_method" value="cc"&amp;gt;
&amp;lt;input type='submit' value="Click here for the secure payment form"&amp;gt;

&amp;lt;input type='hidden' name="x_first_name" value="Test-&amp;lt;?php echo date('Ymd'); ?&amp;gt;" /&amp;gt;
&amp;lt;input type='hidden' name="x_last_name" value="User-&amp;lt;?php echo date('His'); ?&amp;gt;" /&amp;gt;
&amp;lt;input type='hidden' name="x_email" value="andrew" /&amp;gt;
&amp;lt;input type='hidden' name="x_Relay_Response" value="TRUE" /&amp;gt;
&amp;lt;input type='hidden' name="x_Relay_URL" value="&lt;A target="_blank" href="http://wamp2.g3.com/andrew/ult-layout/center.php"&gt;http://wamp2.g3.com/andrew/ult-layout/center.php&lt;/A&gt;" /&amp;gt;

&amp;lt;/form&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any guidance to find the right answer here!&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 18:40:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CSS-on-SIM-Relay-URL-Not-Loading-in-IE9/m-p/24669#M13212</guid>
      <dc:creator>andrewteg</dc:creator>
      <dc:date>2012-03-19T18:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: CSS on SIM Relay URL Not Loading in IE9?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CSS-on-SIM-Relay-URL-Not-Loading-in-IE9/m-p/24683#M13214</link>
      <description>&lt;P&gt;It seems to be loading for me using IE 7...&amp;nbsp; Perhaps it's a security setting in IE 9?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 19:09:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CSS-on-SIM-Relay-URL-Not-Loading-in-IE9/m-p/24683#M13214</guid>
      <dc:creator>rlmorgan</dc:creator>
      <dc:date>2012-03-19T19:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: CSS on SIM Relay URL Not Loading in IE9?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CSS-on-SIM-Relay-URL-Not-Loading-in-IE9/m-p/24685#M13215</link>
      <description>&lt;P&gt;It is a setting in IE9 that Internet Explorer 9 blocks non-secure content by default and is set to prompt you when this is happening. It is explained at &lt;A target="_blank" href="http://support.microsoft.com/kb/2625928"&gt;http://support.microsoft.com/kb/2625928&lt;/A&gt; in full detail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The question is since the CSS will not load with the default IE 9 security setting, is there a way to overcome that on a thank you page with the SIM method, or does the SIM method with a relay URL require SSL after all?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 19:44:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CSS-on-SIM-Relay-URL-Not-Loading-in-IE9/m-p/24685#M13215</guid>
      <dc:creator>andrewteg</dc:creator>
      <dc:date>2012-03-19T19:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: CSS on SIM Relay URL Not Loading in IE9?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CSS-on-SIM-Relay-URL-Not-Loading-in-IE9/m-p/24879#M13305</link>
      <description>&lt;P&gt;I'm not able to replicate this error myself.&amp;nbsp; I set my own sample code to use your page as my relay URL and it displayed perfectly in both Firefox 11 and Internet Explorer 9.&amp;nbsp; Were you able to confirm that this was due to a specific setting in your Internet Explorer configuration?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2012 17:39:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CSS-on-SIM-Relay-URL-Not-Loading-in-IE9/m-p/24879#M13305</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2012-03-23T17:39:34Z</dc:date>
    </item>
  </channel>
</rss>

