I have written a C program using HTTP - GET command to fetch Internet files. It performed very well in last few months.
But now some http servers return error code - 403 (Forbidden) telling me that my GET request is ERR_ACCESS DENIED by their cache server (SQUID). I found that all the requested files can be viewed via broswer.
Will anyone tell me how to fix it in my program. Thank you.
C.F.Ma
But now some http servers return error code - 403 (Forbidden) telling me that my GET request is ERR_ACCESS DENIED by their cache server (SQUID). I found that all the requested files can be viewed via broswer.
Will anyone tell me how to fix it in my program. Thank you.
C.F.Ma