Invalid whitespace in URL error in Graph Explorer with properly encoded URL
Describe the bug When providing a properly formatted URL using %20 to represent a 'space', the Graph Explorer GUI indicates there is a invalid whitespace in the URL.
To Reproduce Steps to reproduce the behavior:
- Create folder in personal OneDrive called 'Test Folder'
- Open Graph explorer, login, and grant proper permissions
- In URL field use : https://graph.microsoft.com/v1.0/me/drive/root:/Test%20Folder
- Error below URL field will say 'Invalid whitespace in URL'. However you can still click 'Run Query' and get a 200 response with data.
I provided a screenshot below to showcase the error and it still returning a response with data.
Expected behavior with a properly encoded URL using %20 for spaces, I don't expect the error 'Invalid whitespace in URL'
Screenshots

Desktop (please complete the following information):
- OS: Windows 11
- Browser: Edge
- Version: 103.0.1264.44
Thank you @dotnvo for raising this. We are on it
This ticket is a repetition of the ongoing work on ABNF validation. https://github.com/microsoftgraph/microsoft-graph-explorer-v4/pull/2044