Skip to main content
Answer

Automating deployment through PowerShell

  • March 20, 2025
  • 1 reply
  • 32 views

rickwenning
Vanguard
Forum|alt.badge.img+2

Hi all,

We want to automate the deployment of our application with PowerShell.

Calling ‘add_job_to_generate_definition’ with Postman works fine. However, when calling the API with a Powershell script, I get a 403 Forbidden error.

Indicium is hosted on Azure. I use the same credentials as in Postman.

Am I missing something?

Thanks in advance!

Kind regards,

Rick

Best answer by rickwenning

I have found the solution.

The ‘Host’ header is mandatory.

This topic has been closed for replies.

1 reply

rickwenning
Vanguard
Forum|alt.badge.img+2
  • Author
  • Vanguard
  • Answer
  • March 20, 2025

I have found the solution.

The ‘Host’ header is mandatory.