Open Bug 793431 Opened 12 years ago Updated 2 years ago

Ajax XMLHttpRequest can only send/receive a max of 4096 size

Categories

(Core :: DOM: Core & HTML, defect, P5)

15 Branch
x86_64
Windows 7
defect

Tracking

()

UNCONFIRMED

People

(Reporter: heinz_schweitzer, Unassigned)

Details

User Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.1; .NET4.0C; .NET4.0E; OfficeLiveConnector.1.5; OfficeLivePatch.1.3)

Steps to reproduce:

I am waiting via Ajax XMLHttpRequest  for the output of a php file, that delivers
a page encoded in base_64, with a length of 8992 characters.


Actual results:

I only get 4096 characters of the above base_64 encoded page, therefor the  page is not correctly rendered .


Expected results:

I should receive everything the backend php script is delivering.
with all IE , Chrome, Opera and Safari this works  as expected.
We need a testcase, could be related to bug 452675
Component: Untriaged → DOM: Mozilla Extensions
Product: Firefox → Core
Almost certainly a duplicate of that bug, yes, but waiting on confirmation of exactly what's being done with the XHR object here.
Component: DOM: Mozilla Extensions → DOM
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046

Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.

If you have questions, please contact :mdaly.
Priority: -- → P5
Component: DOM → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.