Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

why is there a # in nifi-registry UI url

avatar
New Contributor

For instance: http://localhost:18080/nifi-registry/#/explorer/grid-list
Is there a way to remove the `#` and still have the url work?

1 ACCEPTED SOLUTION

avatar
Super Mentor

@sambeth 

The hash (#) character is reserved as a delimiter to separate the URI of an object from a fragment identifier.
Registry has a number of different fragment Identifiers. The fragment identifier represents a part of, fragment of, or a sub-function within, an object.  The fragment identifier follows the "/#/" in the URL and can represent fragments in text documents by line and character range, or in graphics by coordinates, or in structured documents using ladders.  For example the "grid-list" of flows displayed when you access the NiFi UI.

No, you cannot remove the # from the URL.  Are you encountering an issue?

Hope this helps,

Matt

View solution in original post

1 REPLY 1

avatar
Super Mentor

@sambeth 

The hash (#) character is reserved as a delimiter to separate the URI of an object from a fragment identifier.
Registry has a number of different fragment Identifiers. The fragment identifier represents a part of, fragment of, or a sub-function within, an object.  The fragment identifier follows the "/#/" in the URL and can represent fragments in text documents by line and character range, or in graphics by coordinates, or in structured documents using ladders.  For example the "grid-list" of flows displayed when you access the NiFi UI.

No, you cannot remove the # from the URL.  Are you encountering an issue?

Hope this helps,

Matt