Hi @Asutosh_Jena_ ,Alternatively, could you please let me know how to allow the additional header in vhost file without setting any value to the header. Thanks.
Hi @Asutosh_Jena_ ,W e have added the additional header as below in the vhost .But on restarting the dispatcher , it got failed .So ,could you please let me know whether this is a wrong approach. <IfModule mod_headers.c>Header set endpointRequested</IfModule> Thanks.
Hi All , We are planning to add below additional header in vhost of the application. Can you please suggest ways to implement it.Header name: endpointRequested Thanks.
Hi @joeysmith1 ,Thanks for your response.We tried adding the below location in the conf/httpd.conf file under the directory .But it doesn't work.<Location /dispatcher> Require all granted</Location> Thanks.
Hi @Raja-Karuppsamy ,Thanks for your responseWe already have added the directory in the vhost file as below .Please verify and let me know your thoughts. <Directory "${PUBLISH_DOCROOT}">Options Indexes FollowSymLinksAllowOverride NoneRequire all granted</Directory> Thanks
Hi @Sanjay_Bangar ,Could you please let me know whether it should be added in /conf/httpd.conf file in dispatcher but it is a read only file as it is adobe provided. ThanksSriga
Hi Team,We have client denied error noticed several times in our apache error.log .So, as per adobe recommendation below , we tried to add the location in the httpd.conf file but it is not editable .Could you please let us know whether we need to add in the application specific vhost file or in conf...