我通过网络搜索,很难在 http标题字段方面找到X-CDN的含义。 X-CDN: Incapsula
的功能是什么?我只知道它与缓存有关,但我不知道X-CDN: Incapsula
的实际功能。
答案 0 :(得分:0)
Private Sub Worksheet_Change(ByVal Target As Range)
On Error GoTo ExitSub
Dim One As Long
Dim Two As Long
One = Range("B4").Value
Two = Range("C7").Value
If Not (Application.Intersect(Range("B1:D10"), Target) Is Nothing) Then
If (Two = 20) Then
MsgBox "This requires a SOW!"
ElseIf (One < Two) Then
MsgBox "The Number Exceeds the Package!" & vbNewLine & "Change the package or decrease the number."
End If
End If
ExitSub:
End Sub
是一个HTTP标头,它是描述所用CDN的名称。示例值是Incapsula,fastly,cloudfront和level3。据我所知,这只是提供信息。