Triggers: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 497: Line 497:


HTTP requests must fulfill two requirements:
HTTP requests must fulfill two requirements:
# Script execution should be asynchronous, because processing of the request on the network can take a long time — HTTP requests go in the last Phase of an Event.
# Script execution must be '''asynchronous''', so HTTP requests go in the last Phase of an Event.
# The library should have the permission '''Network'''.
# The library should have the permission '''Network'''.
<br/>
<br/>