SimulateDataverse tries to replace HTTPS/1.1 when it should be HTTP/1.1

Open Beginner friendly
#667 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
68/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
csharp
Domain
testing-qa

Research direction

Open src/testengine.module.simulation/SimulateDataverseFunction.cs at line 348 and inspect the replacement that currently uses HTTPS/1.1. Change the protocol text to HTTP/1.1, then verify that query parameters are parsed correctly.

Written by the indexing model from the issue text.

Description

new

Describe the bug

SimulateDataverse incorrectly tries to replace HTTPS/1.1. Instead, it should be HTTP/1.1.

https://github.com/microsoft/PowerApps-TestEngine/blob/f883c06f97612532c4a1d738c87990b076186b6e/src/testengine.module.simulation/SimulateDataverseFunction.cs#L348

This results in incorrectly parsed query parameters.

To Reproduce

Additional context

Dominant language
C#
Stars
150
Forks
55
Avg merge
5d 23h
Merged PRs (30d)
4

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/PowerApps-TestEngine

All issues in microsoft/PowerApps-TestEngine

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.