Stories recently tagged with 'http'

HTTP URL Response Redirect Status Code Checker(webtips.co.in)

submitted by webtipswebtips(265) 3 years, 4 months ago

The tools help to check the HTTP URL redirection also gives the server response status codes. read more...

add a comment |category: |Views: 59

tags: another

ASP.NET MVC custom ActionResult (ImageResult)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 8 months ago

The ASP.NET MVC framework introduces the concept of returning an ActionResult in Controllers since the "preview preview" release on CodePlex. The purpose of this concept is to return a generic ActionResult object for each Controller method, allowing different child classes returning different results. In this blog post, I will build a custom ActionResult class which will render an image to the HTTP response stream. read more...

add a comment |category: |Views: 1045

tags: another

Localhost HTTP debugging with Fiddler(coderjournal.com)

submitted by zigamorphzigamorph(3314) 3 years, 11 months ago

I have been a huge fan of Fiddler the HTTP Debugging Proxy for a couple years now. However one thing that always bugged me about any network debugging tool was the fact that it could debug localhost or 127.0.0.1. However I just found a solution while racking my brain for a way to debug one of my local projects. read more...

5 comments |category: |Views: 85

tags: another

World Of HTTP/1.1 Status Codes(coderjournal.com)

submitted by zigamorphzigamorph(3314) 4 years, 4 months ago

Most developers are familiar with the HTTP 1.0 Status Codes, that have been recently popularized by the SEO guys. We have all heard that you should use 301 Moved Permanently instead of 302 Temporary Redirect. What many of the SEO guys won’t tell you, because they don’t know any better, is that they are using the RFC 1945 HTTP/1.0 Standard that was released in May 1996, that is right it is about 12 years old. The newest HTTP/1.1 Standard, RFC 2616, was released in June 1999, and made some pretty drastic changes the the 3xx Redirect Status Codes. The goal of this post is to inform and familiarize developers with the HTTP/1.1 Standard, specifically the 3xx Redirect Status Code changes. This can have drastic effect on how you handle requests on your website and optimize your site for search engines. read more...

add a comment |category: |Views: 3

tags: another

WAKA - A little REST and Relaxation in November?(rgoarchitects.com)

submitted by changerchanger(110) 4 years, 4 months ago

If there's one reason to go to ApacheCon 07 in Atlanta, then it's probably Roy T. Fielding's "a little REST and Relaxation" While there isn't a whole lot of information available on WAKA (that replacement for HTTP Roy mentions in the end of the abstract). Belwo are a few links I managed to find.. read more...

add a comment |category: |Views: 2

tags: another

Redirect all HTTP requests to HTTPS with ISAPI Rewrite(ivanuzunov.net)

submitted by kichetokicheto(435) 4 years, 9 months ago

To redirect all HTTP requests to HTTPS with ISAPI Rewrite you can use the following rewriting rules in your httpd.ini file ... read more...

add a comment |category: |Views: 141

tags: another

I'm all Zipped Up(stevenharman.net)

submitted by usshermussherm(5285) 4 years, 11 months ago

Decrease your website's bandwidth requirements by turning on HTTP Compression on your IIS 6.0 web server. read more...

add a comment |category: |Views: 1

tags: another

Keep the content-type in sync(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years ago

This method will add a meta-tag that specifies the same content-type as the HTTP header does. That way you just have to change the encoding in the web.config and it will automatically change the meta-tag accordingly. read more...

add a comment |category: |Views: 2

tags: another

Get the HTTP status code from a URL(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 1 month ago

By using this simple method it is very easy to build your own web server checking tool. read more...

add a comment |category: |Views: 31

tags: another