3.32. FAILONERROR flag

[<<<] [>>>]

curl::option CurlHandle,"FAILONERROR"

Setting the parameter tells the library to fail silently if the HTTP code returned is equal or larger than 300. The default action would be to return the page normally, ignoring that code.


[<<<] [>>>]