minkphp / MinkGoutteDriver

Goutte driver for Mink framework
MIT License
299 stars 52 forks source link

Redirects do not work with Goutte v1.0.3 when base url is not on 80 port #25

Closed rinatio closed 10 years ago

rinatio commented 11 years ago

Hi

Recently Goutte upgraded to v1.0.3 and after that redirecting doesn't work properly for some reason: 2013-08-27 0 39 56

I use 8080 port, but it's trying to open same domain on 80 port. When I downgrade goutte to v1.0.2 it works correct. Please advise. Maybe it's worth to put version restrictions in composer.json?

ThePixelDeveloper commented 10 years ago

Same problem.

aik099 commented 10 years ago

If it also doesn't work when Goutte is used directly (without Mink), then this isn't a problem in MinkGoutteDriver.

aik099 commented 10 years ago

Tests pass when used with Goutte 1.0.3 for me locally. Maybe you're doing something with Goutte, that isn't covered in tests?

kbond commented 10 years ago

I'm also having this problem, any news? I can't downgrade because deps fail...

stof commented 10 years ago

Fixed in Symfpny BrowserKit 2.3.10