Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward to URL Open in External Browser #505

Open
NielStuartParker opened this issue Oct 22, 2024 · 3 comments
Open

Forward to URL Open in External Browser #505

NielStuartParker opened this issue Oct 22, 2024 · 3 comments

Comments

@NielStuartParker
Copy link

Hello,

I'm trying to figure out if it's possible to open an url in an external browser while also appending a string to the end of the barcode result. Something like:

www.example.com/pages/{BARCODE}-CUSTOMSTRING.aspx

Apologies if I'm just not understanding the exisiting documentation. I've been playing around with it this morning, but can't get it to work.

This is an excellent app and any help you might off is greatly appreciated!

Best regards,
Niel

@markusfisch
Copy link
Owner

Hi Neil,

Yes, this is possible. In the settings, look for the "Forwarding" section where you will find these three options:

Screenshot_20241022-211102.png

You would need to enable forwarding (the first option), enter your URL (the second) and choose "Open in external browser" (in the third).

Please note that the barcode content will be appended to the URL if it ends with an "=". So the barcode contents will always be at the end of the string.

And thanks for using Binary Eye!

Greetings
Markus

@NielStuartParker
Copy link
Author

Is it only possible to insert the barcode at the end of the string?

I was hoping that I could insert the barcode anywhere in the string.

@markusfisch
Copy link
Owner

Yes, the barcode can only be appended with the open in external browser option. But that shouldn't be a problem when you're in control of the server. It's always possible to process a query parameter no matter what technology you're using. So if you make the URL end with ?content= you will be able to use content in your solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants