```There are cases when users encounter the error ...
# suitescript
m
Copy code
There are cases when users encounter the error "Suitelet Error: HTTP 405 Method Not Allowed" whenever using a posting tool. If ever you encounter this, you can use the following key/value pair  to the HTTP Headers: β€œUser-Agent : Mozilla/5.0”. Now the Suitelet will think that the request is coming from a browser and it should accept the anonymous request.
πŸ‘ 2
βœ”οΈ 2
πŸ‘πŸ½ 4
n
That's helpful. I'll make a mental note of this πŸ‘πŸ»