1

In Classic ASP, I'm setting a page's status to 410 Gone, as the contents were previously removed by our administrators. Is there any way to check if this was successfully applied or not?

2
  • You mean verifying the server returns a 410 for a specific url? Are you talking about in code, or just a tool to verify that? Commented Aug 13, 2012 at 21:15
  • You should be able to use Fiddler to make a request for the content; if the server responds with HTTP Status Code 410 then you know it has been successfully applied. Fiddler is here: fiddler2.com/fiddler2 Commented Aug 13, 2012 at 21:16

2 Answers 2

1

Yes, you can check this by many debugging tools or websites. Here's a couple of websites:

Sign up to request clarification or add additional context in comments.

Comments

1

As @dash pointed out Fiddler is a good tool for debugging and verifying HTML / server responses.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.