Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting 404 - File or directory not found
Message
From
15/04/2019 11:14:53
 
 
To
15/04/2019 04:52:08
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01668068
Message ID:
01668082
Views:
28
>>You can see the exact response using Telnet (download PuTTY if you don't have a telnet client):
>>
C:\> telnet yourweburl.com 80
>>
>>Type "GET / HTTP/1.1" or whatever the url is producing the error, and press enter twice. Look at the top line of the header returned. That's what you'd need to parse if you can get the raw returned content, including that header.
>>
>Or you can just use postman or fiddler …

I'd never heard of them before. Thank you for teaching me something new, John.
Previous
Reply
Map
View

Click here to load this message in the networking platform