Hello,
This issue was escalated to a Senior Developer at Siteground, my hosting company. They asked me to send you this report in order to troubleshoot the issue:
----------------------------------------------------------------------------------------
I have checked the case in details. The quality key-value pair which is referred by the EasyBlog developers is a standard part of the content negotiation mechanism defined for HTTP:
https://en.wikipedia.org/wiki/Content_negotiation
It is used by the corresponding User Agent to tell the server which type of content it understands and prefers.
I have tested the web site through Nginx and through Apache. There in no difference in the way the parameter is handled:
Nginx
Code:
Remote Address:181.224.145.39:80
Request URL:
http://www.cefva.org/login/login
Request Method:GET
Status Code:200 OK
Request Headers
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8
Cache-Control:no-cache
Connection:keep-alive
Cookie:b9bd52045b966af88b2a2a086ddc8bb1=dsvg719p9cmvivncsghqnckbh2; _gat=1; _ga=GA1.2.1407880477.1441623873; jSGCacheBypass=1
Host:
http://www.cefva.org
Pragma:no-cache
User-Agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36
Response Headers
Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Cache-Control:public, public
Connection:keep-alive
Content-Encoding:gzip
Content-Type:text/html; charset=utf-8
Date:Mon, 07 Sep 2015 11:29:34 GMT
Expires:Mon, 1 Jan 2001 00:00:00 GMT
Host-Header:192fc2e7e50945beb8231a492d6a8024
Last-Modified:Mon, 07 Sep 2015 11:29:34 GMT
Pragma:no-cache
Server:nginx/1.7.9
Set-Cookie:jSGCacheBypass=1; expires=Mon, 07-Sep-2015 13:09:33 GMT; path=/
Transfer-Encoding:chunked
X-Cache-Enabled:True
X-Proxy-Cache:BYPASS
Apache
Code:
Remote Address:181.224.145.39:81
Request URL:
http://www.cefva.org:81/login/login
Request Method:GET
Status Code:200 OK
Request Headers
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8
Cache-Control:no-cache
Connection:keep-alive
Cookie:b9bd52045b966af88b2a2a086ddc8bb1=dsvg719p9cmvivncsghqnckbh2; _gat=1; _ga=GA1.2.1407880477.1441623873; jSGCacheBypass=1
Host:
http://www.cefva.org:81
Pragma:no-cache
User-Agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36
Response Headers
Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Cache-Control:public, public
Connection:Keep-Alive
Content-Encoding:gzip
Content-Type:text/html; charset=utf-8
Date:Mon, 07 Sep 2015 11:30:28 GMT
Expires:Mon, 1 Jan 2001 00:00:00 GMT
Host-Header:192fc2e7e50945beb8231a492d6a8024
Keep-Alive:timeout=5, max=100
Last-Modified:Mon, 07 Sep 2015 11:30:28 GMT
Pragma:no-cache
Server:Apache
Set-Cookie:jSGCacheBypass=1; expires=Mon, 07-Sep-2015 13:10:28 GMT; path=/
Transfer-Encoding:chunked
X-Cache-Enabled:True
I have also tried to recreate the problem, but the provided login URL returns:
Error
Session expired or cookies are not enabled in your browser. Please press "reload page" in your browser, and enable cookies in your browser. Please refresh/reload page before filling-in.
https://drive.google.com/file/d/0B7ydnETlo8P_SHhDa01xbHBPM1k/view?usp=drivesdk
The cookies are enabled in the browsers which I have on my computer: Google Chrome and Mozilla Firefox.
Could you please discuss the results of my investigation with the EasyBlog developers.
Once you get additional instructions from them please update this ticket.
--------------------------------------------------------------------------------------------------------
What do you think?
Mary