feature request on domain url extension

feature request on domain url extension

0 vote

avatar

At this moment, when a (domain) url is not unique a select box appears in the extension, so if you have for example these url's:
http://www.demourl.com/testwebsite1/...
http://www.demourl.com/testwebsite2/...
http://www.demourl.com/testwebsite3/...

the extension does not look further then http://www.demourl.com, so when i doubleclick on 1 of the 3 links it opens in the extension al drop down link where i can select one of the three.
Request: extend the url in the extension to look further the the domainname, that makes it unique and then you can login automatically without a select dropdown....

All Comments (7)

avatar

Hi,

there is already an option to check by regex.

does that solve your problem?

-> plz see attached picture

Kind Regards
Markus

======================

rdm-url-regex.PNG

avatar

Trying several settings but not working, can you provide a example for the 2 correct regex settings?

avatar

regex is usually not working this way.

if it is implemented the right way (by dev) it should be different.

This homepage http://www.regextester.com/53716
gives me for http://www.woerdesign.net/ following regex:

http:\/\/www\.woerdesign\.net\/

Kind Regards
Markus

======================

avatar

No, this is not working for me

avatar

Hi,

To compare the full URL you need to select "Compare regex with full URL" in the Compare Type dropdown and in the regex field write something similar to this:

http:\/\/www\.demourl\.com\/.*
Is it also possible to know which extension you use?

Best regards,

Olivier Désalliers

avatar

No, alo not working, no showing me login credentials at all!

Chrome extension

avatar

Hi,

Do you know if your URL is https?

If so you could try this:
^https?:\/\/www\.demourl\.com\/.*
Is it possible to active the http brower linker profiler and send me the the results via private message?

You can do it by following these steps:

1. Open the profiler in RDM. You can find the profiler in the Help tab on the ribbon.
2. Select the Debug Only tab in the profiler window.
3. Write 17 in the Debug Level field.
4. Go in Chrome to auto-fill the website.
5. Copy-Paste the trace in a private message.


Best regards,

Olivier Désalliers