내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Adative form access issue using Publish URL

Avatar

Level 6

Hi Team,

 

I had created the Adaptive form(AF)  able to access the preview as html but not able to access the using publish URL

 

Author able to access
http:hostname:4502/content/dam/formsanddocuments/testing/testform/jcr:content?wcmmode=disabled

 

but not able access using publish URL:

http://hostname:4503/content/dam/formsanddocuments/testing/testform (but able to access using http://hostname:4503/content/dam/formsanddocuments/testing/testform/jcr:content not sure why need to use /jrc:content)

 

author 

http://hostname:4502/content/dam/formsanddocuments/adobe-gov-forms/xdp/WeGovForm.xdp/jcr:content

 

publish url not able to access 

http://localhost:4503/content/dam/formsanddocuments/adobe-gov-forms/xdp/WeGovForm.xdp/jcr:content

or 

http://localhost:4503/content/dam/formsanddocuments/adobe-gov-forms/xdp/WeGovForm.xdp

 

Regards

Vara

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

@varaande : 

 

If your publisher is behind the Dispatcher , you need to check the filter section in dispatcher as we will deny everything by default and allow only what we need. 

 

So as this extension of your url is .xdp , check your dispatcher configurations as are you allowing it or not.

like below config, we will allow only what we need.

# Enable extensions in non-public content directories, using a regular expression
/0041
{
/type "allow"
/extension '(css|gif|ico|js|png|swf|jpe?g)'
}

 

Thanks ,

Siva

Thanks,
Siva

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

@varaande : 

 

If your publisher is behind the Dispatcher , you need to check the filter section in dispatcher as we will deny everything by default and allow only what we need. 

 

So as this extension of your url is .xdp , check your dispatcher configurations as are you allowing it or not.

like below config, we will allow only what we need.

# Enable extensions in non-public content directories, using a regular expression
/0041
{
/type "allow"
/extension '(css|gif|ico|js|png|swf|jpe?g)'
}

 

Thanks ,

Siva

Thanks,
Siva