Difference between revisions of "URL REQUEST DENIED"
Jump to navigation
Jump to search
m (New page: {{LSL Constant |name=URL_REQUEST_DENIED |type=string |value={{String|URL_REQUEST_DENIED}} |desc= |examples= |functions= |events= {{LSL DefineRow||http_request|}} |cat1=HTTP |cat2 |cat3...) |
m |
||
Line 8: | Line 8: | ||
|events= | |events= | ||
{{LSL DefineRow||[[http_request]]|}} | {{LSL DefineRow||[[http_request]]|}} | ||
|history= | |||
*{{SVN|1836|rev=112899 |trunk=*|anchor=file16|ver=|ser=}} | |||
|cat1=HTTP | |cat1=HTTP | ||
|cat2 | |cat2 |
Revision as of 13:10, 27 February 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: string URL_REQUEST_DENIED = "URL_REQUEST_DENIED";The string constant URL_REQUEST_DENIED has the value "URL_REQUEST_DENIED"
Caveats
Related Articles
Events
• | http_request |