嘗試使用pycurl成功獲取頁面/標題(響應/請求)。我可以使用java/htmlunit成功獲取它。 我錯過了一些微妙的東西來到新的/重定向頁面。 我曾嘗試獲取「新」重定向網址,然後將其饋送到新頁面的pycurl中。 感謝 樣品測試的代碼是: #setup base url for the curl
initurl="http://louisville.bncollege.com/"
我在與阿賈克斯問題(和/或jQuery的AJAX)的地位和狀態302 這就是我想: var xhr = new XMLHttpRequest();
xhr.open("GET", 'some_page_that_I_cant_change.php');
xhr.onreadystatechange = function(){
console.log(xhr.readyState, x