Side navigation
#7051 closed bug (worksforme)
Opened September 18, 2010 05:13PM UTC
Closed September 30, 2010 05:29AM UTC
get failure with non standard domain/port
Reported by: | osmixtacebi | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | ajax | Version: | 1.4.2 |
Keywords: | Cc: | paul | |
Blocked by: | Blocking: |
Description
$.get('http://192.168.1.212:2222/some/folder/'), null, function(data){_code_}); doing a remote GET (as above) in the latest jQuery causes an error when the server has no name, just IP address, and non standard port (http://192.168.1.212:2222/)
It may not be the IP address, but the port.
It may also be present in older versions, I have not checked. (1.4.2 dev version was used)
If this can not be reproduced, I can supply other information as required.
The same code used on a "regular url" failed when moved to a url as described above. jquery was tried as remote server include, and as local server include, with the same result.
Attachments (0)
Change History (2)
Changed September 22, 2010 02:30AM UTC by comment:1
component: | unfiled → ajax |
---|
Changed September 30, 2010 05:29AM UTC by comment:2
description: | $.get('http://192.168.1.212:2222/some/folder/'), null, function(data){_code_}); doing a remote GET (as above) in the latest jQuery causes an error when the server has no name, just IP address, and non standard port (http://192.168.1.212:2222/) \ \ It may not be the IP address, but the port. \ \ It may also be present in older versions, I have not checked. (1.4.2 dev version was used) \ \ If this can not be reproduced, I can supply other information as required. \ \ The same code used on a "regular url" failed when moved to a url as described above. jquery was tried as remote server include, and as local server include, with the same result. \ http://www.escort.name.tr http://www.ilhan.im → $.get('http://192.168.1.212:2222/some/folder/'), null, function(data){_code_}); doing a remote GET (as above) in the latest jQuery causes an error when the server has no name, just IP address, and non standard port (http://192.168.1.212:2222/) \ \ It may not be the IP address, but the port. \ \ It may also be present in older versions, I have not checked. (1.4.2 dev version was used) \ \ If this can not be reproduced, I can supply other information as required. \ \ The same code used on a "regular url" failed when moved to a url as described above. jquery was tried as remote server include, and as local server include, with the same result. |
---|---|
priority: | → undecided |
resolution: | → worksforme |
status: | new → closed |
I run jQuery on nonstandard ports constantly during testing, so that is definitely not the issue here. I ran the jQuery testsuite from git/master and experienced no AJAX failures. Also, what is up with the spammy description? jQuery’s bug tracker is not for your own personal SEO.