1.

Explain Setrequestheader("label", "value")?

Answer»

The setRequestHeader("LABEL", "value") METHOD is used to ASSIGN a label/value pair to the header to be SENT with a request.

The setRequestHeader("label", "value") method is used to assign a label/value pair to the header to be sent with a request.



Discussion

No Comment Found