<?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: Authorize.net DPM blank screen on post in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21097#M11514</link>
    <description>&lt;P&gt;Does this happen consistently? Does it happen when posting to Authorize.Net? Or when returning from Authorize.Net? Can you duplicate it when using their development server?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2012 18:20:04 GMT</pubDate>
    <dc:creator>stymiee</dc:creator>
    <dc:date>2012-01-04T18:20:04Z</dc:date>
    <item>
      <title>Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21095#M11513</link>
      <description>&lt;P&gt;Is there anything I can do to eliminate a blank screen when I post the order to: &lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It goes from my site, to blank white screen at that address, then back to my result page.&amp;nbsp; Problem occurs when connection is slow, it stays white screen for a while.&amp;nbsp; Getting customer complaint calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps I'm handling something wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Jeff&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 18:16:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21095#M11513</guid>
      <dc:creator>HDLLC</dc:creator>
      <dc:date>2012-01-04T18:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21097#M11514</link>
      <description>&lt;P&gt;Does this happen consistently? Does it happen when posting to Authorize.Net? Or when returning from Authorize.Net? Can you duplicate it when using their development server?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 18:20:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21097#M11514</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2012-01-04T18:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21103#M11517</link>
      <description>&lt;P&gt;It's happening with every submit...&amp;nbsp; If you have a fast connection - it flashes white for a quick second, then back to my result screen.&amp;nbsp; If slow connection, it's multiplied (time spent on white Anet screen).&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 18:29:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21103#M11517</guid>
      <dc:creator>HDLLC</dc:creator>
      <dc:date>2012-01-04T18:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21111#M11521</link>
      <description>&lt;P&gt;What happens is the customer is submitted to a page on Authorize.net, then Authorize.net contacts a page on your server, that page determines if the transaction was successful or not, then a snippet of Javascript is sent back to forward the customer to the receipt page. So if the connection between Authorize.net and the page on your server is slow, or if it takes a while for the customer to load your receipt page, they're going to sit there for a bit staring at a white screen. How is your hosting in general? Does it always respond instantly? If not, then that's one thing you can fix. If it does, then you could try increasing the refresh time on your DNS from the usual 1 hour to something much larger, like 7 days, and see if that helps. But there may stil be a few customers on connections with really lousy nameservers that lag while ordering. The default nameserver for my Southwestern Bell DSL lagged horribly starting back some months ago, I finally figured out that I could switch to the nameserver from a different city, and apparently the one I went with isn't as overloaded, since I haven't had the problem since. But if I were still using that, I'd get 5-10 seconds of lag loading the Authorize.net page, then maybe another 5-10 seconds loading the receipt page if it's on a different domain from the order form.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 18:51:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21111#M11521</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-04T18:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21115#M11523</link>
      <description>&lt;P&gt;Thanks TJ - I think that is what is happening now that you mention it...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The site is on Network Solutions - and I've had a few projects running on them - and performance has been terrible to horrible.&amp;nbsp; I'm going to watch and see if this persists...&amp;nbsp; It wasn't this way last night - or even this morning.&lt;/P&gt;&lt;P&gt;And, with no code or site changes at all in last 24 hours - this just popped-up in the last hour.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Frustrating...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=^)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help! - I'll see what happens.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 18:55:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21115#M11523</guid>
      <dc:creator>HDLLC</dc:creator>
      <dc:date>2012-01-04T18:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21119#M11525</link>
      <description>&lt;P&gt;The single best way to lose traffic is to have a site that lags. My guess is you're on shared hosting, probably cheap stuff, and if you have several sites you should really switch to virtual dedicated. At Network Solutions, that costs $40/mo, and at Godaddy, something like $30. I can't say as I really like Godaddy for their shared hosting, but I've used their virtual dedicated servers and those work just fine.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 19:05:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21119#M11525</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-04T19:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21121#M11526</link>
      <description>&lt;P&gt;Hi TJ-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well - it's not my choice.&amp;nbsp; I do run a larger block of virtual dedicated and I'm really happy with it.&lt;/P&gt;&lt;P&gt;Needless to say - it's not with NetSol.&amp;nbsp; This customer, and a couple of others, insisted that they had to have it.&lt;/P&gt;&lt;P&gt;I went into it with the disclaimer that the speed sucks as does their customer service.&lt;/P&gt;&lt;P&gt;To no avail - here we are, fighting it.&amp;nbsp; All three have issues - but this one is enough that if I can get a test site up on my other hosting now, and show the lag on netsol - they'll move by end of day.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Jeff&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 19:10:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21121#M11526</guid>
      <dc:creator>HDLLC</dc:creator>
      <dc:date>2012-01-04T19:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21147#M11536</link>
      <description>&lt;P&gt;Well - I'm thinking this is something else (after I've finger pointed to hosting).&lt;/P&gt;&lt;P&gt;I ran a fresh install of everything, imported DB, set it all up on another server.&amp;nbsp; Getting same issue.&lt;/P&gt;&lt;P&gt;Is it supposed to actually direct to the authorize.net page and then bounce back?&lt;/P&gt;&lt;P&gt;I was under the impression it all happened "behind the scenes"...?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Jeff&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 21:57:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21147#M11536</guid>
      <dc:creator>HDLLC</dc:creator>
      <dc:date>2012-01-04T21:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21159#M11540</link>
      <description>&lt;P&gt;Okay - so, my biggest question is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there supposed to be a blank white screen appear when the request is sent to authorize.net for processing?&lt;/P&gt;&lt;P&gt;Need to know whether I'm fighting something that can't be fixed... (and is supposed to work this way)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Jeff&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2012 02:39:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21159#M11540</guid>
      <dc:creator>HDLLC</dc:creator>
      <dc:date>2012-01-05T02:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21177#M11549</link>
      <description>&lt;P&gt;The form submits to Authorize.net. That page is not supposed to display anything, it just contacts your site back and asks for a piece of Javascript to use in forwarding customers to either a receipt or error page. Until that piece of Javascript arrives, you're stuck in the white screen. As I said before, if your receipt page is on a different domain from the one your order form is on, or if they've sat on the order page for a while and hit the refresh time, then their ISP's nameserver will need to look up the DNS, and if the nameserver happens to be lagged, that may take some seconds. If relay response page's hosting lags and the Javascript takes longer than normal to arrive, same problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could always give up and use AIM. No back and forth, just a single internal call to Authorize.net and the customer never leaves your site.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2012 05:02:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21177#M11549</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-05T05:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21179#M11550</link>
      <description>&lt;P&gt;Hi TJ-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Was actually just testing with AIM...&amp;nbsp; I think I like how that works much better.&lt;/P&gt;&lt;P&gt;Their sample was more of what I am looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm taking this over and have very little knowledge of how to integrate either.&lt;/P&gt;&lt;P&gt;Is it as simple as changing the method (declaring AIM vs DPM)...?&lt;/P&gt;&lt;P&gt;The samples was just a switch in settings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again - appreciate the insight.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Jeff&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2012 05:08:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21179#M11550</guid>
      <dc:creator>HDLLC</dc:creator>
      <dc:date>2012-01-05T05:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21183#M11552</link>
      <description>&lt;P&gt;AIM is the simplest API to integrate. Assuming you're using PHP, you can get excellent examples of how to use it by looking in the doc folder of your SDK for a file called AIM.markdown.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2012 05:12:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21183#M11552</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-05T05:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21185#M11553</link>
      <description>&lt;P&gt;10-4 - thanks a ton, TJ!&lt;/P&gt;&lt;P&gt;Much appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2012 05:16:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/21185#M11553</guid>
      <dc:creator>HDLLC</dc:creator>
      <dc:date>2012-01-05T05:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/23287#M12544</link>
      <description>&lt;P&gt;I'm having the same issue, but it's only periodically, when my server is under a lot of load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are in the process of getting a new, more powerfull server. &amp;nbsp;But, it would be nice if there was a message for the customer, rather than just a blank screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Please wait while we process your order." or something like that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2012 16:44:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/23287#M12544</guid>
      <dc:creator>danbergan</dc:creator>
      <dc:date>2012-02-20T16:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/24501#M13132</link>
      <description>&lt;P&gt;It looks like my previous post may be incorrect. &amp;nbsp;I have talked to a couple customers that said that the "blank page" remained on their browsers for a few minutes. &amp;nbsp;When I look at my logs, I see that my site responded with the redirect within a couple of seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else had this issue? &amp;nbsp;It seems to only have happened to a handful of our users, but it is still troubling. &amp;nbsp;The transaction goes through at Authorize.net, but the order is never finalized on our site. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any browser settings that may be stopping the redirect?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dan Bergan&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2012 15:42:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/24501#M13132</guid>
      <dc:creator>danbergan</dc:creator>
      <dc:date>2012-03-15T15:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/24507#M13135</link>
      <description>&lt;P&gt;It's possible your nameserver is slow, in which case every time Authorize.net tries to look up your domain, it takes more than the required amount of time. How frequently that happens would depend on your DNS refresh rate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's also possible your site was lagging too badly during those particular periods. What kind of hosting do you have?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2012 17:37:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/24507#M13135</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-03-15T17:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/24509#M13136</link>
      <description>&lt;P&gt;Our DNS is hosted by Rackspace. &amp;nbsp;We have a dedicated server -- however, we are in the processing of upgrading to a newer, more powerful server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This does seem to happen slightly more often when our server is busy, but in this case, I can see in the logs that my server responded to the Authorize.net callback within one second. &amp;nbsp;However, the customer said that screen remained blank for a couple of minutes before he used the back button and resubmitted the payment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2012 18:41:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/24509#M13136</guid>
      <dc:creator>danbergan</dc:creator>
      <dc:date>2012-03-15T18:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net DPM blank screen on post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/24513#M13138</link>
      <description>&lt;P&gt;If the response time is more than a few seconds, Authorize.net will sever the connection, meaning they could sit there for an infinite amount of time and still get the blank screen. A few seconds is a LONG time in computing terms, though.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2012 19:16:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-DPM-blank-screen-on-post/m-p/24513#M13138</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-03-15T19:16:09Z</dc:date>
    </item>
  </channel>
</rss>

