Replies: 3 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Today things are somewhat resolved in as much as the links I share on facebook do have the images that they are supposed to have. The only thing that is still a little amiss is the http response that facebooks sharing debugger is receiving which is a 206 'partial' so I don't know whether the fault lies with facebook or the github pages server??? |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I have a site hosted on github pages: https://www.nuttyskitchen.co.uk and have been successfully sharing pages on facebook until today. Now all of a sudden the facebook sharing debugger facebook sharing debugger is receiving a 403 'Bad Response Code' from the site and any pages I try to check, including those that previously had a
HTTP/1.1 200 OK
response. Now when I try to share any page on FB, the image that is supposed to be displayed is blank because of this.I ran a cURL command to see what was going on (but I have to admit, unless it says status
HTTP/1.1 200 OK
) I'm pretty lost as to what everything else means. This is the response from that cURL command:and it's this line
HTTP/1.1 301 Moved Permanently
that has me concerned that something is wrong because if I check example.com I get this response:As you can see I get
HTTP/1.1 200 OK
which is what I would expect from nuttyskitchen.co.ukCan anyone tell me what has happened to cause this problem?
Thanks in advance,
Fishbite
Beta Was this translation helpful? Give feedback.
All reactions