Refer to the exhibit. A collaboration engineer creates an allow list test file for a Mobile and Remote Access deployment. Which lines are needed to format the test in the file correctly?
A.
https://myServer:8443/myPath.block, “my deployment”, “a block test”, GET
B.
“my deployment”, block, GET https://myServer:8443/myPath, “a block test”
C.
a block test:https:8443:GET “myServer/myPath”:my deployment:block
D.
a block test,https:8443,GET “myServer/myPath”,my deployment:block
Seems legit that the correct answer is:
A. https://myServer:8443/myPath.block, “my deployment”, “a block test”, GET
Explanation:
The allow list test file for a Mobile and Remote Access (MRA) deployment follows a specific format to define the allow/deny rules for HTTP requests. The format typically includes:
URL: The full address to be tested.
Port: The port on which the request is made.
Method: The HTTP method, such as GET or POST.
Expected Result: Whether the request should be allowed or blocked (in this case, “block”).
Description: A description of the rule.
In this case:
URL is https://myServer:8443/myPath.
ExpectedResult is block (the request should be blocked).
Method is GET.
Description is "a block test".
Deployment is "my deployment".
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
jonycakes
3 weeks, 6 days ago