Re: [MarkLogic Dev General] Proxy server to access

2014-11-18 Thread David Ennis
HI.

I believe you can still specify a proxy url at the start of your url.

Have a look at the solution in this post:
https://www.mail-archive.com/general@developer.marklogic.com/msg07976.html


Kind Regards,
David Ennis


David Ennis
*Content Engineer*

[image: HintTech]  
Mastering the value of content
creative | technology | content

Delftechpark 37i
2628 XJ Delft
The Netherlands
T: +31 88 268 25 00
M: +31 63 091 72 80

[image: http://www.hinttech.com] 
  


On 18 November 2014 11:43, Lee Li Bin  wrote:

> Hi,
>
>
>
> Currently my application requires to go through the Proxy server to access
> the internet for federation search, we have issue connecting to internet
> with below XQUERY, is there any issue with the below code?
>
> let $url := "
> http://www.hklii.hk/cgi-bin/sinosrch.cgi?results=200;query=test";;
>
>
>
>let $result := xdmp:http-get($url,
>
>
>
> binary
>
>)[2]
>
>
>
>
>
> Regards,
>
> Li Bin
>
>
>
> ___
> General mailing list
> General@developer.marklogic.com
> http://developer.marklogic.com/mailman/listinfo/general
>
>
___
General mailing list
General@developer.marklogic.com
http://developer.marklogic.com/mailman/listinfo/general


[MarkLogic Dev General] Proxy server to access

2014-11-18 Thread Lee Li Bin
Hi,

 

Currently my application requires to go through the Proxy server to access
the internet for federation search, we have issue connecting to internet
with below XQUERY, is there any issue with the below code?

let $url := "

http://www.hklii.hk/cgi-bin/sinosrch.cgi?results=200;query=test";;

 

   let $result := xdmp:http-get($url,

   

binary

   )[2]

   

 

Regards,

Li Bin

 

___
General mailing list
General@developer.marklogic.com
http://developer.marklogic.com/mailman/listinfo/general