Skip to content

Web redirect response

160

This node is used to control the navigation flow of a user's web browser during an API call. When an external user or device hits a Web API Server endpoint, this node tells their browser to immediately move to a different URL instead of just displaying a plain text response.

When to use this node: * Success Pages: After a player successfully scans a QR code or submits a form, redirect them to a "Congratulations" page or a video hint hosted elsewhere. * Menu Navigation: Use it to create a dynamic web flow where players are redirected to different digital puzzle stages based on their progress in the physical room.

Connectors in

  • event [type: action]
  • location [type: string]

Connectors out

  • response [type: string]
  • httpCode [type: integer]
  • contentType [type: string]

Node properties

  • location [type: string]