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
      • General Inquiries
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Implemeting HTTP Basic Authentication

Solved1.48K views19th August 2021authentication HTTP http connection
1
João Silva [SLC] [DevOps Member]329 19th August 2021 0 Comments

Hello everyone,

When implementing HTTP Basic Authentication, following RFC7617, I believe I should have an HTTP structure more or less like this:

<HTTP>
<Session id=”1″ name=”connect” timeout=”300000″ loginMethod =”credentials” userName=”” password=””>

How can I make the userName and Password refer to parameters inside the connector? For example, Parameter ID 100 contains the password and Parameter ID 101 contains the Username.

Thank you,

João Silva [SLC] [DevOps Member] Selected answer as best 19th August 2021

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
4
Ive Herreman [SLC] [DevOps Enabler]13.57K Posted 19th August 2021 1 Comment

Hi Joao,

You can just enter the parameter IDs in the username and password attribute values (between quotes).

e.g. userName=”101″ password=”100″

João Silva [SLC] [DevOps Member] Selected answer as best 19th August 2021
João Silva [SLC] [DevOps Member] commented 19th August 2021

Thanks Ive! Seems to solve it!

1
Gellynck Jens [SLC]2.71K Posted 19th August 2021 1 Comment

Hi João,

I’m no expert on protocol development but according to this example I think you can put the parameter IDs in the userName and password attributes.

So I think that would make it:

<HTTP>
<Session id=”1″ name=”connect” timeout=”300000″ loginMethod =”credentials” userName=”101″ password=”100″>

João Silva [SLC] [DevOps Member] Posted new comment 19th August 2021
João Silva [SLC] [DevOps Member] commented 19th August 2021

Thanks Jens! Seems to solve it!

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