> Date: Thursday, July 11, 2019 11:48:38 +0530
> From: alchemist vk <alchemist...@gmail.com>
>
> Hi all,
>   I have a requirement where I need send different error docs for
> same error code depending upon specific error returned by
> application.. For example, if application returns 400,it means
> error may be due to non availability of query param or url doesn't
> have mandatory fields etc,and depending upon this exact error, I
> need to send proper error doc with exact error.. pls let me know
> how to achieve this..
> 
> PS: I have one error doc which says query param not available and
> another error doc which says non availability of the mandatory
> fields in URL, so how to differentiate and send specific error
> depending upon single error return code 400..
> 

You can point the ErrorDocument reference for a return code to a
script, rather than a static page. You can then use the script to
gather other available information (e.g., the referrer) to determine
the cause of the error and generate/serve an appropriate error
message.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to