Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in http

What requests do browsers' "F5" and "Ctrl + F5" refreshes generate?

HTTP redirect: 301 (permanent) vs. 302 (temporary)

Are HTTP cookies port specific?

security http cookies

What is the difference between POST and GET? [duplicate]

http post get http-method

How to use Chrome's network debugger with redirects

How to send HTTP request in java? [duplicate]

java html http httpwebrequest

How do multiple clients connect simultaneously to one port, say 80, on a server? [duplicate]

How do browser cookie domains work?

http cookies path dns rules

What is the motivation behind the introduction of preflight CORS requests?

ajax html http cors preflight

"CAUTION: provisional headers are shown" in Chrome debugger

What is the proper REST response code for a valid request but an empty data?

rest http api-design

What HTTP status response code should I use if the request is missing a required parameter?

http http-status-codes

What does status=canceled for a resource mean in Chrome Developer Tools?

Accessing the web page's HTTP Headers in JavaScript

How long do browsers cache HTTP 301s?

http http-status-code-301

Is it valid to replace http:// with // in a <script src="http://...">?

What is the boundary in multipart/form-data?

html http forms

How to do a PUT request with cURL?

rest http curl

Do I need Content-Type: application/octet-stream for file download?

How to redirect to a 404 in Rails?