You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to make an ajax call to a URL with a port, the column is stripped and it fails.
Example: trying to send a post to: http://fake.fr:6966/
Result: the post fails with this message:
POST http://fake.fr6966/
When trying to make an ajax call to a URL with a port, the column is stripped and it fails.
Example: trying to send a post to:
http://fake.fr:6966/
Result: the post fails with this message:
POST http://fake.fr6966/
The issue comes from the loop at this point of the code:
https://github.com/jacomyal/domino.js/blob/master/src/domino.js#L579
(I tested that before, the URL is OK and after, it is corrupted).
The text was updated successfully, but these errors were encountered: