Questions tagged [http]
Questions about how StackExchange handles the HTTP protocol. On topic are questions about HTTP headers, differences between POST and GET requests and HTTP error codes. Please do not use this tag for questions about security, use the HTTPS tag for that.
21 questions
5
votes
0
answers
102
views
Stack Snippets not working
Today, I edited at this question, and when I tested it, it said "stacksnippets.net refused to connect". This is what happens when the X-Frame-Options HTTP header is not configured for ...
13
votes
0
answers
259
views
Stack Exchange sites should set an HTTP cache expiry on their favicon.ico logos
Occasionally I'd receive mysterious HTTP/1.1 429 Too many requests responses from Stack Exchange, despite having made relatively few requests.
I've now discovered the cause.
I have a web page ...
7
votes
1
answer
128
views
Question title isn’t obtained from the http link
In the post preview both the http and https links are looked same:
At the same time the normal view contains a raw link instead of the question title for http version:
Both links are clickable ...
2
votes
1
answer
401
views
Stack Exchange and HTTP OPTIONS request
Stack Exchange, et al, does not support an OPTIONS request:
$ curl -i -X OPTIONS stackexchange.com
HTTP/1.1 301 Moved Permanently
Content-Type: text/html; charset=utf-8
Location: https://stackexchange....
12
votes
1
answer
324
views
Non-HTTPS images are still served in some cases
Regarding the announcement from last March, Roadmap to HTTPS: serving and uploading HTTPS-images only, has there been a recent change to this policy?
Non-HTTPS images are being displayed on some posts....
-17
votes
1
answer
158
views
Why hadn't SE had HTTPS for a long time?
I'm novice in security, but after reading the post Network-wide HTTPS: It's time I'm confused. As in the answer of Better HTTPS support for Stack Exchange sites, having an SSL certificate is not ...
2
votes
0
answers
41
views
Why are all "meta.sitenamehere.stackexchange.com" sites HTTP-only? [duplicate]
Why are all meta.sitenamehere.stackexchange.com sites HTTP-only?
For example, https://unix.stackexchange.com/ supports HTTPS, but its meta site https://unix.meta.stackexchange.com/ does not support ...
8
votes
1
answer
2k
views
"Your connection to this site is not private"
I'm using Chrome and since a few days/weeks ago I started to see this. Why is that?
10
votes
1
answer
216
views
HTTP 302 from /users?tab=moderators
While doing some data analysis I put together an application to pull the list of moderators for a site from /users?tab=moderators (example).
When I attempt to grab this page, either through my ...
3
votes
1
answer
11k
views
Keep getting a HTTP 504 from SO when running fiddler
Is anyone else experiencing this or is it a bug with fiddler? Only seems to of started happening since I upgraded to the latest version of fiddler (v4.4.6.1). It will work fine sometimes but then ...
15
votes
3
answers
1k
views
How can I promote a self-written tool on StackOverflow? [duplicate]
Over the last months, I was working on several API backends and I couldn't find a simple tool to quickly create API requests and view the results. (Other than writing blocks of javascript or long curl ...
144
votes
2
answers
70k
views
Stack Overflow returning HTTP error code 418 (I'm a teapot)?
First a little background:
I recently wrote a reverse proxy which I have found to work wonderfully so far, and being an avid Stack Overflow user, I thought I would try it out there.
I was just playing ...
5
votes
1
answer
666
views
How many HTTP requests can I send to Stack Overflow?
I'm doing some research work on Stack Overflow and I need to analyze some HTML pages from this site. So I need to do some HTTP requests.
How many requests can I do during one minute or during one ...
-11
votes
1
answer
796
views
Question on Stackoverflow URL format
A tradition SO URL use format something like this:
http://stackoverflow.com/questions/123/foobar
My understanding when there is same title, a URL is
http://stackoverflow.com/questions/234/foobar
Why ...
9
votes
1
answer
148
views
"edit queue is full" page returns 200 OK, and is not HTML
I got an error message on the site: "Our edit queue is full, try again in a few minutes", but that was the entire text of the page. Even though the Content-Type header I received was "text/html; ...