Unable to read threads when logged in


 
Thread Tools
Contact Us Forum Support Area for Unregistered Users & Account Problems Unable to read threads when logged in
# 1  
Old 07-16-2014
Unable to read threads when logged in

I'm getting the following error (or something similar) whenever I try to view a thread when I'm logged in.

That is, I login, hit "New Posts", get a list of theads, click on one (in this example is was the "Not allowed to post URLs" thread), then get the following HTML error page instead of the thread itself.

Code:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>400 Bad Request</title> </head>
<body> <h1>Bad Request</h1> 
<p>Your browser sent a request that this server could not understand.<br /> </p> </body></html>

The URL displayed on my browser bar looks odd too.

Code:
https://www.unix.com/post-here-to-contact-site-administrators-and-moderators/249229-not-allowed-post-urls-post%post_id%.html

If I do exactly the same thing when I'm not logged in it works fine.

I've reproduced the problem on multiple OS's and browsers. Specifically it acts as described in Seamonkey on Ubuntu, Chrome on Ubuntu, Seamonkey on MacOS and Safari on MacOS.
This User Gave Thanks to cnamejj For This Post:
# 2  
Old 10-13-2014
Any luck with this?

Has anyone had any luck with getting this resolved as yet?

I have the same issue, and the only common OS/Browser combo I have not tries was Windows/* (since I have no Windows system anywhere near here, mostly)...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Stomp has created two threads recently that can't be read

In the past five minutes stomp has created two thread titled "Bug: empty lines get sometimes duplicated in new post". When I try to read either of those threads, Safari gives me a window containing the message shown in the attachment. (11 Replies)
Discussion started by: Don Cragun
11 Replies

2. How to Post in the The UNIX and Linux Forums

Unable to see my threads when i login

Hello, Is there a way to display all of the posts I have authored? Many thanks in advance. (2 Replies)
Discussion started by: Anamika08
2 Replies

3. Shell Programming and Scripting

Need expect to read variables from a list while logged into the same device

Hi, I'm primarily a Cisco/Juniper networking guy, so you'll have to forgive my ignorance when it comes to scripting (although I do write simple backup scripts and things of that nature on a regular basis and I run Linux at home, so I am vaguely familiar with it). What I need to do should be... (2 Replies)
Discussion started by: wolverene13
2 Replies

4. Shell Programming and Scripting

cron job issue..i hav read the basic threads already...

hi friends well m facing a different sort of issue in my cron. i hav set job like this 30 09 * * 1 /bin/backup14M 01 14 * * 1 /bin/backup14N 20 18 * * 1 /bin/backup14E that is for every Monday at three different times. but, first job executes well, later ones do not. I checked my... (13 Replies)
Discussion started by: oracle.test2
13 Replies

5. HP-UX

Need help. Unable to create threads after a certain number

Hi, I have a process which creates pthreads to generate some reports. After creating the reports these threads return null. But after 1024 threads, the process is not able to create any threads further.,and at max 5 threads are existing simultaneously and are returning the control back after... (2 Replies)
Discussion started by: Krsh
2 Replies

6. Forum Support Area for Unregistered Users & Account Problems

Unable to post new threads

:confused:Hello, Could you please let me know why I'm unable to post new threads. What needs to be done from my side to get this activated. Awaiting reply. Thanks, ... (0 Replies)
Discussion started by: tjmn23
0 Replies

7. Programming

shared memory read/write using threads

I am looking for C program source code. Could you please help me in finding the source code required mentioned below. program to create multiple threads (one master thread and rest worker threads) and using the threads write into and read from shared memory Restrictions: Only one thread... (2 Replies)
Discussion started by: kumars
2 Replies
Login or Register to Ask a Question