Automic Workload Automation

 View Only
  • 1.  HTTP request sent, awaiting response... 403 Forbidden

    Posted Mar 21, 2023 09:17 AM

    executing a wget,

    /usr/bin/wget "http://server1:31111/path"

    Error Report::

    Resolving server1: (server1:)... server1:

    Connecting to server1: (server1:)|server1:|:31111... connected.

     HTTP request sent, awaiting response... 403 Forbidden

    2023-03-20 14:38:53 ERROR 403: Forbidden. Jobben feilet! Code 8.

    Here firewall ports were opened, but still failing.

    what can be done here.

    Thanks in advance.



  • 2.  RE: HTTP request sent, awaiting response... 403 Forbidden

    Posted Mar 23, 2023 10:21 AM

    403 error means you are not allowed to access the resource. You might have to use a username and password with it. Such as "/usr/bin/wget --user=me --password=password "http://server1:31111/path"". I believe an alternative would be to encode it in the url such as "/usr/bin/wget http://user:password@server1:31111/path""




  • 3.  RE: HTTP request sent, awaiting response... 403 Forbidden

    Posted Apr 05, 2023 02:10 AM

    Thanks for your response,

    BUT, We have Two Automic systems old and new,

    From old system which is 11.2V, we are executing the same URL, its working fine.

    From NEW system which is 12.3.1, when we execute same URL, job its failing with the above mentioned error.