agile6v

Results 11 comments of agile6v

Hi @nexusofdoom Sorry. I don't understand your question. Please explain in detail. Thanks.

Hello What is the response code for this request? > "akamai-gamecdn.blackdesertonline.com/live001/game/download/131/BlackDesertOnline885.bcab?begin=1238753107&end=1247683342&hdnts=st=1537229206exp=1537230106acl=/live001/game/download/*!/live001/game/patch/*~hmac=c2d249db5aff5d6940e03447517ba12b41fdb9aa204cd3c762a9265f445beade"

You can get it using curl. I want to determine if the request is returned 200.

Sorry, I can only judge by my experience. I think you should request the origin website, check if the response is allowed caching. And also send me a copy.

Hello I noticed $request_url is used as key in your nginx conf. $request_uri : full original request URI (with arguments)

Your should use $uri instead of $request_uri as proxy_cache_key.

> curl -v "akamai-gamecdn.blackdesertonline.com/live001/game/download/131/BlackDesertOnline885.bcab" It will return 403. It means that the certification did not pass.

I think you should be aware of what kind of request your application make to the nginx proxy, including the headers of each request. Then manually curl these request.

Yes. The tool you are good at can easily analyze the problem.

The cached content is incorrect. Delete it and request it again.