Questions tagged [urn]

In computing, a Uniform Resource Name (URN) is the historical name for a Uniform Resource Identifier (URI) that uses the urn scheme. A URI is a string of characters used to identify a name of a web resource. Such identification enables interaction with representations of the web resource over a network, typically the World Wide Web, using specific protocols.

76 questions
0
votes
0 answers

How LinkedIn URN works? and What's the global navigating solution for both mobile & web app navigation in case of dynamic menu?

Out of curiosity, I checked how LinkedIn API is designed, and what the response looks like - I found an API concept called URN (Uniform Resource Name, maybe? I'm not sure). There is no URL in the response at all. I would like to know if it's a…
jamilxt
  • 13
  • 2
  • 7
0
votes
1 answer

How to assign a urn(uniform resource name) to a url

How to assign a URI/URN to a corresponding URL. What are the steps to do it. Say i have a URL https://staging.test.com how to assign a URN to it to make it something like urn:testing:test:stage Thank you.
Arpan Solanki
  • 817
  • 1
  • 17
  • 28
0
votes
0 answers

What is the best way to name a URL when you can do both 'unique identifer' based as well as 'hierarchy based' resource naming ? Pros and cons of each

Lets say we have a resource structure like below GUID Region Country State StateDetails a120c850-e296-4563-8fb9-31d0192aef75 EMEA FR Normandy Statedetails 6f4b3ca6-c992-42dd-b1e3-8c8f8ba62886 APAC AU New South…
0
votes
1 answer

How to query Active Directory through attributeID (urn:iod) by ldapsearch or Powershell

I need to query AD by attributeID like: urn:oid:2.5.4.42 Instead of friendlyname: "givenname" How should I query AD by URN:OID? Thank you!
wibbleman
  • 3
  • 2
0
votes
0 answers

Shibboleth retrieves a "non-existent" attribute from Active Directory(urn:oid:2.16.840.1.113730.3.1.3)

I have a SP using Shibboleth as IDP for SSO, and Shibboleth uses Active Directory as User store. In SP configuration, it maps an attribute "urn:oid:2.16.840.1.113730.3.1.3" to a local attribute. I exported all objects from AD but didn't find any…
wibbleman
  • 3
  • 2
0
votes
1 answer

Encoding issue with ageRange URL in linked in

I am fetching the audiene…
Code Guy
  • 3,059
  • 2
  • 30
  • 74
0
votes
1 answer

URN references to JSON converter

I want to convert URL References to JSON and vice versa (include:(and:List((or:(urn:li:adTargetingFacet:locations:List(urn:li:geo:102221843)) ),(or:(urn:li:adTargetingFacet:skills:List(urn:li:skill:17)))))) Are there any js tools available? Its…
Code Guy
  • 3,059
  • 2
  • 30
  • 74
0
votes
1 answer

Correct Rest API endpoint

Hi Im working on a REST API for a e-commerce app and had a couple questions about which are the correct URNs to map some specific actions, having in mind the definition of URI stated on RFC 3986: A Uniform Resource Identifier (URI) is a compact…
FRANCISCO BERNAD
  • 473
  • 4
  • 15
0
votes
0 answers

Can you create URLs for files in sphinx regardless of where they are saved?

Can you change the location of 'rst' files in sphinx without changing their URIs? I'm working on a documentation where we want to move some files to different folders, without changing the URIs: For Example: If you create a sphinx project with $…
0
votes
1 answer

Github Bad REST API Design

I was investigating Github's REST API and stumbled upon some weird URLs. Github has two main resources /user and /users, where /user reffers to the authenticated user and /users two any particular user. Isnt this going against the definition of…
FRANCISCO BERNAD
  • 473
  • 4
  • 15
0
votes
2 answers

Draw 2 numbers from urn with replacement - Python

my urn contains the numbers 1.3 and 0.9, which I would like to draw 35 times per simulation with replacement. Then perform a final calculation, from which the result is appended to a list. In total I would like to perform 10000 simulations. My code…
fhebe12
  • 69
  • 5
0
votes
1 answer

Explain BNF syntax for NID in RFC 2141

I am having trouble understanding some BNF syntax from RFC2141. The line is ::= [ 1,31 ]. I think it means that is a symbol for a string, with constrained by two rules: The string must be begin with a single…
smartcaveman
  • 41,281
  • 29
  • 127
  • 212
0
votes
1 answer

Which base64 standard should be used with URNs for forge apis?

In the tutorial / docs of the model derivative API it is mentioned URNs should be urlsafe base64 encoded according to RCF 6920 but the spec is not mentioned in the full list of base64 variants also mentioned in the tutorial. Does the tutorial maybe…
Dominik
  • 241
  • 2
  • 12
0
votes
0 answers

What is the motiviation for using one naming convention over another when naming claims in claims-based identity?

In claims-based identity implementations, I have noticed 3 different claims naming conventions: "URI" format (ex: "http://schemas.microsoft.com/identity/claims/displayname") "URN" format (ex: "urn:google:profile") Freeform (ex: "MyCustomTag") In…
Pancake
  • 739
  • 1
  • 5
  • 20
0
votes
1 answer

Get SocialActions from Linkedin V2 API - permissions error

I am using Postman which has been setup via the OAuth 2.0 Authorization and with the following permssions (scope) r_liteprofile r_emailaddress rw_organization_admin w_organization_social r_organization_social w_member_social I can do a request to…
Zabs
  • 13,852
  • 45
  • 173
  • 297