简体   繁体   English

Azure CDN会话问题后端应用程序网关

[英]Azure CDN session issue backend application gateway

I have setup jira with CDN (premium Verzion) and application gateway. 我已经使用CDN(高级Verzion)和应用程序网关设置了jira。 All request serve from CDN. 所有请求均来自CDN。 I have identify the actual issue. 我已经确定了实际的问题。 Issue was Application gateway consider CDN ip as client ip, So each request AG providing different cookie token. 问题是应用程序网关将CDN ip视为客户端ip,因此每个请求AG提供不同的cookie令牌。 I need Rule engine for forwarding client ip only to AG. 我需要规则引擎将客户端IP仅转发到AG。

Clietn -> CDN -> Application Gateway -> Jira node Clietn-> CDN->应用程序网关-> Jira节点

You should have an option to indicate Verizon to add a header with the client's IP Address . 您应该有一个选项来指示Verizon添加带有客户端IP地址的标头。 Take a look at Verizon-specific HTTP headers for Azure CDN rules engine , specifically, on the X-Forwarded-For header. 看一下Azure CDN规则引擎的Verizon特定的HTTP标头 ,特别是X-Forwarded-For标头。

Hope it helps! 希望能帮助到你!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Azure应用程序网关中配置CDN或Azure Blob存储? - How to configure CDN or Azure blob storage in Azure application gateway? Azure应用程序网关将“/ *”转发到后端池 - Azure Application Gateway forwarding “/*” to Backend Pool Azure 应用程序网关:无法连接到后端服务器 - Azure Application Gateway: Cannot connect to backend server in Azure 应用程序网关后端设置证书错误 - ApplicationGatewayTrustedRootCertificateInvalidData - Azure Application Gateway Backend Setting Certificate error - ApplicationGatewayTrustedRootCertificateInvalidData Azure 应用程序网关 DNS 返回 307 到后端池 - Azure Application Gateway DNS returning 307 to backend pool 是否可以在没有Azure地址的情况下创建没有后端地址池的应用程序网关? - Is it possible to create a application gateway without backend address pool in azure? Azure 应用程序网关 HTTP 设置后端端口重置为 80 - Azure Application Gateway HTTP Settings Backend Port Resets to 80 应用网关后端池中的 Azure 内部负载均衡器 - Azure internal load balancer in backend pool of application gateway Azure 应用程序网关未在后端池中显示来自其他 VNet 的 VM - Azure Application Gateway not showing VM from other VNet in backend pool 我可以使用 Azure Even 中心主机名作为应用程序网关的后端吗? - Can I use Azure Even hub hostname as the backend of application gateway?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM