2012-08-30 2 views
0

요청 URL을 http://myapp.appspot.com으로 사용하면 할당량 사용은 Quota Details --> Requests에 대해서만 증가합니다.왜 요청 및 보안 요청 Google App Engine에서 할당량이 증가 했습니까?

하지만 요청 URL을 https://myapp.appspot.com으로 사용하면 Quota Details --> RequestsQuota Details --> Secure Requests의 사용량이 모두 증가합니다.

요청을 https URL로 사용하면 RequestsSecure Requests 할당량 사용이 증가하는 이유는 무엇입니까?

나에게 이유를 설명하고 해결할 수있는 방법을 제공해 줄 수 있습니까?

감사합니다.

답변

2

quotas page 상태 :

Secure Outgoing Bandwidth: 
The amount of data sent by the application over a secure connection in response 
to requests. Secure outgoing bandwidth also counts toward the Outgoing Bandwidth 
quota. 
+0

감사합니다. 안전한 URL을 사용하고 있습니다. 요청 할당량을 늘리는 이유는 무엇입니까? –

+0

보안 트래픽은 전체 트래픽에 대해 계산되기 때문에. –