Frontmatter
| id | 3273 |
| title | Set default headers for data-worker requests |
| state | Closed |
| labels | enhancement |
| assignees | davhm |
| createdAt | Jul 11, 2022, 4:51 PM |
| updatedAt | Jul 12, 2022, 9:31 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3273 |
| author | davhm |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 12, 2022, 9:30 AM |

As a neo.mjs application developer,
I want to be able to configure the
data-workerso that it adds custom default headers to all its HTTP requests,so that my app can properly interact with RESTful APIs which f.e. need a Basic-Auth header.