Expand my Community achievements bar.

Adobe Summit 2025: AEP & RTCDP Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

403 forbidden status code

Avatar

Level 2

Hi,

we have created a development report suite in adobe analytics and corresponding launch library in Adobe Launch for the same.

when we use the script in web page it's not throwing "403 Forbidden" error code in response.

Can anyone let us how to get this error rectified or any config change that we have missed?

Thanks,

Sayabanna

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi All,

We got the issue resolved after getting the base url added to allowed list from proxy server.

Thanks,

Sayabanna

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

Hi All,

We got the issue resolved after getting the base url added to allowed list from proxy server.

Thanks,

Sayabanna

To Solve 403 Forbiddon Error Error /etc/httpd/conf Login as root Change conf. From <Directory /> AllowOverride none Require all denied </Directory> To <Directory /> AllowOverride All Require all granted </Directory> Restart Apache