Bug Tracker

Modify

Ticket #7051 (closed bug: worksforme)

Opened 3 years ago

Last modified 3 years ago

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
Blocking: Blocked by:

Description (last modified by snover) (diff)

$.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.

Change History

comment:1 Changed 3 years ago by dmethvin

  • Component changed from unfiled to ajax

comment:2 Changed 3 years ago by snover

  • Priority set to undecided
  • Status changed from new to closed
  • Resolution set to worksforme
  • Description modified (diff)

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.