`withCredentials` is a normal Javascript AJAX argument, it means to pass credential information to the remote server if you are connecting to a remote server; without it then credentials are not passed, which is better for security but without it you may not be able to access things without the proper CORS setup.
On Wednesday, November 30, 2016 at 7:56:34 AM UTC-7, Rupert Smith wrote: > > On Tuesday, November 29, 2016 at 4:44:01 PM UTC, Rupert Smith wrote: >> >> This write up here is proving very helpful in understanding the new >> elm-lang/http. Has before and after examples showing how code is changed >> between 0.17 and 0.18: >> >> http://rundis.github.io/blog/2016/haskel_elm_spa_part6.html >> > > Any idea what 'withCredentials' does? Its a Bool. > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
