MCPcopy
hub / github.com/parse-community/parse-server / securityRequest

Function securityRequest

spec/SecurityCheck.spec.js:26–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 const securityRequest = options =>
27 request(
28 Object.assign(
29 {
30 url: securityUrl,
31 headers: {
32 'X-Parse-Master-Key': Parse.masterKey,
33 'X-Parse-Application-Id': Parse.applicationId,
34 },
35 followRedirects: false,
36 },
37 options
38 )
39 ).catch(e => e);
40
41 beforeEach(async () => {
42 groupName = 'Example Group Name';

Callers 1

Calls 1

requestFunction · 0.50

Tested by

no test coverage detected