FAQ Tag: how

What is banded retrieval and how to set up, enable it?

Muse displays results as they are returned, fastest first, if ranking or sorting are not applied. The “Banded Retrieval” functionality allows you to specify the order of retrieval of Source records in the interface display. More exactly banded retrieval is the concept of creating groups of sources – e.g. Group A, B and C. For…

How can I generate HMAC Muse Proxy proxified links in php?

The instructions and code provided below are based on the following assumptions: – MuseProxyFoundationHMAC is the Muse Proxy application configured with HMAC authentication; – quiet is the value of the secret; – userName and timestamp are the signature parameters; – SHA256 is the algorithm; – the separator between the signature parameters is . . Add…

How can I generate HMAC Muse Proxy proxified links in java?

The instructions and code provided below are based on the following assumptions: – MuseProxyFoundationHMAC is the Muse Proxy application configured with HMAC authentication; – quiet is the value of the secret; – userName and timestamp are the signature parameters; – SHA256 is the algorithm; – the separator between the signature parameters is . . Integrate…

How can I generate HMAC Muse Proxy proxified links in .Net?

The instructions and code provided below are based on the following assumptions: MuseProxyFoundationHMAC is the Muse Proxy application configured with HMAC authentication; quiet is the value of the secret; userName and timestamp are the signature parameters; SHA256 is the algorithm; the separator between the signature parameters is . . Integrate the following code into your…