Click here to Skip to main content
15,889,860 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
SuggestionSome links redirecting to Domain.com PinPopular
cjb1108-Jan-15 21:02
cjb1108-Jan-15 21:02 
GeneralRe: Some links redirecting to Domain.com Pin
Agent__0078-Jan-15 22:46
professionalAgent__0078-Jan-15 22:46 
GeneralRe: Some links redirecting to Domain.com Pin
cjb1108-Jan-15 23:55
cjb1108-Jan-15 23:55 
GeneralRe: Some links redirecting to Domain.com Pin
Agent__0079-Jan-15 0:18
professionalAgent__0079-Jan-15 0:18 
GeneralRe: Some links redirecting to Domain.com Pin
User 110609799-Jan-15 0:55
User 110609799-Jan-15 0:55 
GeneralRe: Some links redirecting to Domain.com Pin
BillWoodruff9-Jan-15 1:09
professionalBillWoodruff9-Jan-15 1:09 
GeneralRe: Some links redirecting to Domain.com Pin
User 110609799-Jan-15 1:14
User 110609799-Jan-15 1:14 
GeneralRe: Some links redirecting to Domain.com Pin
Jochen Arndt9-Jan-15 1:40
professionalJochen Arndt9-Jan-15 1:40 
I'm posting this here because the information may help to track down the issue.

[EDIT]
If this is server dependant: I have actually connections the web02 and web03 servers.
[/EDIT]

I have used wget to check the server responses:
data:~ # wget -vS --save-headers --no-cache http://www.codeproject.com/
--2015-01-09 13:30:36--  http://www.codeproject.com/
Resolving www.codeproject.com... 65.39.148.34
Connecting to www.codeproject.com|65.39.148.34|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Cache-Control: private
  Content-Type: text/html; charset=utf-8
  Set-Cookie: SessionGUID=2b2547f6-9f1b-406a-9b54-195a3aef05ae; path=/
  Set-Cookie: SessionGUID=2b2547f6-9f1b-406a-9b54-195a3aef05ae; path=/
  Set-Cookie: vk=7b0294a3-77e2-49b6-85c1-e1430eb7cd47; domain=.codeproject.com; expires=Sat, 09-Jan-2016 05:00:00 GMT; path=/; HttpOnly
  Date: Fri, 09 Jan 2015 12:30:36 GMT
  Connection: keep-alive
  Content-Length: 73999
Length: 73999 (72K) [text/html]

The above is the expected behaviour. This happens when redirecting occurs:
data:~ # wget -vS --save-headers --no-cache http://www.codeproject.com/
--2015-01-09 13:30:59--  http://www.codeproject.com/
Resolving www.codeproject.com... 65.39.148.34
Connecting to www.codeproject.com|65.39.148.34|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 301 Moved Permanently
  Cache-Control: private
  Content-Type: text/html; charset=utf-8
  Location: http://www.domain.com//
  Set-Cookie: SessionGUID=5eb3d887-659d-4370-9056-12218ff949b7; path=/
  Set-Cookie: SessionGUID=5eb3d887-659d-4370-9056-12218ff949b7; path=/
  Set-Cookie: vk=cdc9416e-16cc-4a38-91eb-dfc3df079f9e; domain=.domain.com/; expires=Sat, 09-Jan-2016 05:00:00 GMT; path=/; HttpOnly
  Date: Fri, 09 Jan 2015 12:30:58 GMT
  Connection: keep-alive
  Content-Length: 140
Cookie coming from www.codeproject.com attempted to set domain to domain.com/
Location: http://www.domain.com// [following]
--2015-01-09 13:31:00--  http://www.domain.com//
Resolving www.domain.com... 65.254.244.180
Connecting to www.domain.com|65.254.244.180|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Fri, 09 Jan 2015 12:31:00 GMT
  Content-Type: text/html; charset=ISO-8859-1
  Content-Length: 18476
  Connection: keep-alive
  Server: Apache
  X-Frame-Options: SAMEORIGIN
  Pragma: no-cache
  Cache-control: no-cache
  Expires: Fri, 09 Jan 2015 12:31:00 GMT
  Set-Cookie: SESSION_ID=bcc823a5a2836fbf5397348bae123130; domain=.domain.com; path=/
  Vary: Accept-Encoding
Length: 18476 (18K) [text/html]


modified 9-Jan-15 7:53am.

GeneralRe: Some links redirecting to Domain.com Pin
Keith Barrow9-Jan-15 2:00
professionalKeith Barrow9-Jan-15 2:00 
GeneralRe: Some links redirecting to Domain.com Pin
V.9-Jan-15 2:00
professionalV.9-Jan-15 2:00 
GeneralRe: Some links redirecting to Domain.com Pin
Paw Jershauge9-Jan-15 2:31
Paw Jershauge9-Jan-15 2:31 
GeneralRe: Some links redirecting to Domain.com Pin
CHill609-Jan-15 5:51
mveCHill609-Jan-15 5:51 
GeneralRe: Some links redirecting to Domain.com Pin
Richard MacCutchan9-Jan-15 6:36
mveRichard MacCutchan9-Jan-15 6:36 
GeneralRe: Some links redirecting to Domain.com Pin
CHill609-Jan-15 7:21
mveCHill609-Jan-15 7:21 
GeneralRe: Some links redirecting to Domain.com Pin
Rajesh waran9-Jan-15 17:22
professionalRajesh waran9-Jan-15 17:22 
GeneralRe: Some links redirecting to Domain.com Pin
_AK_9-Jan-15 8:25
_AK_9-Jan-15 8:25 
GeneralRe: Some links redirecting to Domain.com Pin
Corporal Agarn9-Jan-15 9:09
professionalCorporal Agarn9-Jan-15 9:09 
GeneralRe: Some links redirecting to Domain.com Pin
Chris Maunder10-Jan-15 4:37
cofounderChris Maunder10-Jan-15 4:37 
GeneralRe: Some links redirecting to Domain.com Pin
Corporal Agarn12-Jan-15 0:38
professionalCorporal Agarn12-Jan-15 0:38 
GeneralRe: Some links redirecting to Domain.com Pin
Matthew Dennis9-Jan-15 9:24
sysadminMatthew Dennis9-Jan-15 9:24 
GeneralRe: Some links redirecting to Domain.com Pin
User 110609799-Jan-15 10:19
User 110609799-Jan-15 10:19 
GeneralRe: Some links redirecting to Domain.com Pin
Randor 12-Jan-15 10:55
professional Randor 12-Jan-15 10:55 
GeneralRe: Some links redirecting to Domain.com Pin
Matthew Dennis12-Jan-15 12:18
sysadminMatthew Dennis12-Jan-15 12:18 
GeneralRe: Some links redirecting to Domain.com Pin
Rajesh waran9-Jan-15 17:20
professionalRajesh waran9-Jan-15 17:20 
BugIt seems to be possible to upvote own articles Pin
TheRealSteveJudge8-Jan-15 1:49
TheRealSteveJudge8-Jan-15 1:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: FixedAnswered

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.