+ 5
403 Forbidden and session expired messages in Sololearn
I can't save an answer while properly signed into www.sololearn.com. Instead of saving an answer, it says my session expired and I need to sign in again. That message is weird when I can refresh my profile fine and see all my unpublished codes there. The browser's developer tools indicate a 403 response was returned.
10 Respostas
+ 7
I had also faced the similiar issue when working on my laptop. we need to sign in again every time we enter this website
+ 8
Thanks for trying to help all you guys. It is resolved now. I marked one of Kunal's answers as the solution because Kunal might have run into the same weird bug-like situation.
I just realized that I answered here proving that I can save an answer. lol It just matters what answer I'm saving.
I also checked the network tab while trying to save the other problematic answer.
I got HTML with the following content with the 403 HTTP response:
"
Please enable cookies.
Sorry, you have been blocked
You are unable to access sololearn.com
Why have I been blocked?
This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.
What can I do to resolve this?
You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.
"
The Ray ID and IP is omitted here in case it is to be kept private from the public.
I guess the PHP I tried to add on https://www.sololearn.com/Discuss/2545217/please-explain-me-the-use-of-strpos was classified by Cloudflare to be dangerous so it was blocked. I left out the PHP snippet so it would get through.
+ 7
Josh Greig I'm testing this on a new message post where I include the emoji after the open PHP tag:
<?php
đ€·ââïž
phpinfo();
+ 4
Are you keeping the website bookmarked and opening it or first searching and then signing in?
+ 4
Josh Greig I had the same issue an hour ago where I figured out that adding any text after the open PHP tag will result in a misleading error message:
"No Connection - Try Again"
However, the message will go through if nothing comes after the open PHP tag, as seen here:
<?php
đ€·ââïž
[Update]
Interesting... it appears that I can add content after the open PHP tag if followed by an emoji in an existing message post.
+ 4
David Carroll, yes it is weird. It would be nicer if they didn't do any checks like that or at least give a clear validation message.
+ 4
Josh Greig I agree. It seems to be a recent change as well. I mentioned you in a code comment where I stumbled upon this similar problem, prior to seeing your post. But, I believe you use the web version which may not yet support code comments or mentions notifications yet.
I can't wait for SoloLearn to release updates to the web version. Hopefully, that will be soon.
+ 3
Kunal, I signed out, signed back in, and tried to answer a question again.
It still failed the same way. It still shows the session expired message.
My account is authenticated using facebook. Maybe that is important for reproducing the bug.
+ 3
I have experienced several connectivity issues on Sololearn today after the recent UI improvement.
0
Ok