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
    • Kanban workshop
    • 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
  • Support
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

API Webservices – Restrict error message for invalid calls

Solved1.28K views18th March 2022API security
1
Ive Herreman [SLC] [DevOps Enabler]13.61K 18th March 2022 0 Comments

Hi all,

We are working on hardening our DataMiner system and would like to reduce the information that is returned by the API when making an invalid call from an external system.

The current error response includes a stacktrace.

Is there a configuration that allows us to reduce the amount of information that is returned in the error message

Ive Herreman [SLC] [DevOps Enabler] Selected answer as best 18th March 2022

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
1
Wim Bruynooghe [SLC] [DevOps Advocate]6.59K Posted 18th March 2022 2 Comments

From DataMiner versions 10.1.0 [CU6] and 10.1.9 onwards, the API should not expose any stacktraces anymore on valid calls. If you somehow still get an error with a stacktrace, then please let us know so we can fix it.

For invalid calls, the error gets thrown from the .NET Framework, so we can’t control this. Enabling customErrors in the web.config is the only way to hide those errors, but this will impact the error handling in our web applications (Monitoring, Dashboards, Jobs, Ticketing, etc).

Wim Bruynooghe [SLC] [DevOps Advocate] Posted new comment 8th April 2022
Ive Herreman [SLC] [DevOps Enabler] commented 18th March 2022

We still see some unexpected stack traces.
I’ll raise a ticket.

Wim Bruynooghe [SLC] [DevOps Advocate] commented 8th April 2022

Should be fixed in versions 10.1.0(CU14), 10.2.0(CU2) and 10.2.5. (RN33052)

0
Gellynck Jens [SLC]2.71K Posted 18th March 2022 3 Comments

Hi Ive,

I think you can set customErrors to mode ‘On‘ in the web.config (located in C:\Skyline DataMiner\Webpages\API\web.config):

<customErrors mode=”On” />
<!– Off: returns stacktraces –>

Gellynck Jens [SLC] Posted new comment 18th March 2022
Gellynck Jens [SLC] commented 18th March 2022

According to the documentation, you can also set it to ‘RemoteOnly’, meaning the stacktrace will only be returned on the local server (not to remote clients). See: https://docs.microsoft.com/en-us/previous-versions/dotnet/articles/aa480514(v=msdn.10)?redirectedfrom=MSDN#faultfaultmessage

Wim Bruynooghe [SLC] [DevOps Advocate] commented 18th March 2022

Note that this will break the error handling in the web applications (Monitoring, Dashboards, Ticketing, Jobs, etc).

Gellynck Jens [SLC] commented 18th March 2022

Is there a functional reason why these apps rely on the stack trace for error handling?

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