Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Connecting through a proxy

Featured Replies

Hello,

I use a script which encodes a query (for books on Amazon) and builds the url to reach after signing it ; it brings back either an xml file, either an html one in a filemaker webviewer, files I have to parse to get various informations of the book.

That runs fine -and I must thank F. Seipel who helped me in that project- but a new problem occurs :( if the computer is behind a proxy nothing is in return !

What parameters are necessary to include in the url to pass through the proxy, and how ?

Excuse my english which is not very pure !

Noël

This has to do with the settings of your proxy server. You will need to make sure that java clients are allowed to go through the proxy, which is a feature that may be disabled by default.

  • Author

Hello Smef,

Thanks for your answer, but I need some complements :(

- when you say I "need to make sure that java clients are allowed to go through the proxy, which is a feature that may be disabled by default", that supposes, I think, the user enters in the configuration of the proxy ; in my case it's not possible !

- I found on that link what I understood as a possibility to do that from the javascript by including these lines

Properties props = System.getProperties();

props.put("http.proxyHost", "proxyhostname");

props.put("http.proxyPort", "proxyhostport");

proxyhostname and proxyhostport could be issued from the Filemaker database, but I dont'hnow how to write this in the scriptmaster I use.

After that I have 2 questions :

1. Is that idea right ?

2. Would you accept to have a look on that database and its script ? I'd give a link to download it.

Noël

there's more helpful stuff here...

http://www.rgagnon.com/javadetails/java-0085.html

  • Author

Indeed a very complete link, but I have a lot of time to spend and understand the various posibilities... I'll certainly come back and ask for help ! Thanks

Noël

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.