If the IMDB search matches a single item it redirects to the movie page.
However, it seems to have trouble parsing the response and throws an exception.
WebException
{"The server committed a protocol violation. Section=ResponseStatusLine"}
Disable Keep-Alive so that the redirect uses it's own tcp connection and
relax the parser to handle malformed responses.
If the IMDB search matches a single item it redirects to the movie page. However, it seems to have trouble parsing the response and throws an exception.
WebException {"The server committed a protocol violation. Section=ResponseStatusLine"}
Disable Keep-Alive so that the redirect uses it's own tcp connection and relax the parser to handle malformed responses.