Help and Support
 

powered byLive Search

FIX: Plugin API NPN_PostURL Causes Internet Explorer to Fail

Retired KB ArticleThis article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.
Article ID:182868
Last Review:November 19, 1999
Revision:1.0
This article was previously published under Q182868

SYMPTOMS

Plugins fail during a call to NPN_PostURL when hosted in Internet Explorer 4.0x (IE4).

Back to the top

RESOLUTION

Append post information onto the end of the URL and use NPN_GetURL instead.

For example, instead of this
   NPN_PostURL(instance, "http://url", "", 9, "postdata", FALSE);
				
Use this
   NPN_GetURL(instance, "http://url?postdata", "");
				
There is an upper limit of 2k on a GET URL. For larger amounts of POST data, there is no workaround available at this time.

Back to the top

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug has been fixed in Internet Explorer 4.01 Service Pack 1.

Back to the top


APPLIES TO
Microsoft Internet Explorer 4.0 128-Bit Edition
Microsoft Internet Explorer 4.01 Service Pack 2

Back to the top

Keywords: 
kbbug kbfix KB182868

Back to the top

Article Translations

 

Other Support Options

  • Need More Help?
    Contact a Support professional by Email, Online or Phone.
  • Customer Service
    For non-technical assistance with product purchases, subscriptions, online services, events, training courses, corporate sales, piracy issues, and more.
  • Newsgroups
    Pose a question to other users. Discussion groups and Forums about specific Microsoft products, technologies, and services.