I am making a cross domain request in javascript by dynamically adding a script and setting its src attribute to the domain that I need to make request to.
I\'m trying to read lines from a BufferedReader in java by using a while loop. It will traverse through the BufferedReader as should, but when it should break from the loop it will \'freeze\' the exec
I\'m programming a website with SEO friendly links, ie, put the page title or other descriptive text in the link, separated by slashes. For example: h*tp://www.domain.com/section/page-开发者_如何转开发
I\'m not sure if this is correct way of doing things but hopefully someone will understand.I simply need to send a request to the homepage and check to see if an ID exists, if it exists I need to add
I\'m using Apache HttpClient 4 in Java. Why doesn\'t HttpClient send the Cookie that\'s set by the response of \"request\" to post1 ?
i need to send a xml request in java and catch the response. How can i do this ? I search in the google but nothing solid until now.
I am developing an application that reads a RSS channel from a website. The problem is that this RSS offers results of football 开发者_运维知识库matches on the last weekend, but I am also interested o
Great guys have helped me a lot in this other post: Get last word from URL after a slash in PHP Now I am facing another issue.
The Wikipedia entry on HTTP lists the following HTTP request methods: HEAD: Asks for the response identical to the one that would correspond to a GET request, but without the response body.
Completly new to firefox extensions. I can\'t seem to f开发者_开发问答ind much information on reading the HTTP response, is it possible?