Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » HttpRequest : problem with multiple redirections ?
Re: HttpRequest : problem with multiple redirections ? [message #43465 is a reply to message #43460] Thu, 07 August 2014 18:02 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13976
Registered: November 2005
Ultimate Member
Hi,

I have tried and it seems OK. Hard to say more without knowing the "BAD" content.

Generally, the problem might be on server side, perhaps they are doing A-B testing or something.

Another issue is that redirections go bad - many sites are using cookies in redirection process; U++ HttpRequest tries to emulate the browser as much as possible, but of course it does not store cookies persistently, only across redirections.

In any case, I recommend putting HttpRequest::Trace into code to trace all HTTP comms in log, then perhaps you can compare them to Firefox logs (headers and such) or perhaps Chrome logs...

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: FIX FindBest in Algo.h
Next Topic: HttpClient -> ssl
Goto Forum:
  


Current Time: Sat May 11 16:30:41 CEST 2024

Total time taken to generate the page: 0.01669 seconds