Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

HTTP session returns 403 “Missing authentication” before QAction is triggered via row button

191 views10th April 2025
1
Rachel Andrews78 1st April 2025 7 Comments

Hi everyone,

I’ve implemented a protocol with two buttons inside a table row — one to trigger a “start” and one to trigger a “stop” action — using an HTTP session to perform the control. My QAction has row="true" and correctly sets the control URL and payload, then calls CheckTrigger() to execute the session.

However, even before clicking any button, the session appears to be executed, and I receive a 403 status code with the message: “Missing authentication.”

When I test the exact same API call in Postman (with the same headers), I receive a 200 response and the expected result.

In DataMiner, I receive the 403 immediately, before any manual button interaction.

The session is currently placed inside a group with type="poll".

My question:
How can I make sure the HTTP session is triggered only after a user clicks the button (and the QAction runs), instead of being polled automatically and how do I avoid the missing authentication? I want to avoid premature session executions and ensure the button clicks are the sole trigger.

Marieke Goethals [SLC] [DevOps Catalyst] Answered question 10th April 2025
Bautista Solanet [SLC] commented 1st April 2025

The trigger you are using to trigger the session only triggers when you check it correct? And there are no other possible avenues the session is being called?

Rachel Andrews commented 1st April 2025

So basically I fixed the part where it gets populated before the trigger. However, there's still missing authentication issue. Can you advise on how to fix that?

Bautista Solanet [SLC] commented 1st April 2025

It depends on the API, but assuming that your API requires an authentication token, you can store the token you get from the authentication endpoint in a parameter and pass that parameter as a header in the request. It also helps to have another parameter that acts as a flag for if you are authenticated or not.

Also make sure to add a condition to any groups that require authentication to avoid timeouts due to not being authenticated.

Rachel Andrews commented 1st April 2025

I’m encountering an issue when executing a PUT request in my DataMiner element.

The GET requests work perfectly using the same headers and setup. However, when I perform a PUT request—even though I include the same headers (Content-Type: application/json, x-api-key, etc.) and a <Data> tag with a JSON body—I consistently receive an error related to authentication (e.g., “Missing authentication”).

This same request works fine in Postman, so I suspect the issue might be related to how DataMiner handles PUT requests internally or how the payload is being passed.

Could you please share a working example of what you mentioned. I’d appreciate any guidance or recommendations on how to troubleshoot this further within DataMiner.

Bautista Solanet [SLC] commented 1st April 2025

Could you post a screenshot of your stream viewer? I'd like to see what exactly is being sent to the API.

Show 2 more comments

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Marieke Goethals [SLC] [DevOps Catalyst]5.51K Posted 10th April 2025 0 Comments

I get the impression that this question has already been answered in the comments. If this is indeed the case, could you select this answer to indicate that the question can be closed?

Marieke Goethals [SLC] [DevOps Catalyst] Answered question 10th April 2025
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs