If you are executing requests against secured internet resources, you can turn on authentication in project properties. To turn authentication on, open project properties and switch to
Authentication tab. You can specify default credentials or network credentials; default credentials are usually the Windows credentials (user name, password, and domain) of the user running the application. If selected, credentials of user running the application will be used automatically and you won't have to supply them manually. If network credentials are specified, you have to select between the following options for providing authentication data:
- Prompt for authentication data during the execution; authentication data provided manually will be stored in the application memory only while the project is open and won't be saved together with the project.
- Save and use the following authentication data; you can specify authentication data and it will be saved and automatically used during the execution.