Hello!

  Have you tried removing the leading slash before the "https://";?

05.09.2018, 16:05, "Georg Simon" <[email protected]>:
> As it seems there are websites that make
>
>  with-http-request*
>
> throw an error :
>
> IN: scratchpad USING: http.client ;
>
> With
> "/https://fussballimtv.de"; <get-request> [ . ] with-http-request* .
>
> I get the error "Bad store to specialized slot".
>
> With
> "http://factorcode.org"; <get-request> [ . ] with-http-request* .
>
> all works fine.
>
> Is there a way to avoid the error ?
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Factor-talk mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/factor-talk

---=====--- 
 Александр


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to