Other issues or features related to Microsoft Edge on Windows 10
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
While creating the custom connector below is the error I'm receiving.
Bad request : 400
{ "type": "https://libertyglobal--tst2.custhelp.com/services/rest/connect/exceptions/OSC-CREST-00025", "title": "Bad Request", "status": 400, "detail": "Illegal/malformed id '@incident_ID'", "instance": "https://libertyglobal--tst2.custhelp.com/services/rest/connect/v1.4/incidents/@incident_ID", "o:errorCode": "OSC-CREST-00025" }
My details in connector below:
URL: https://libertyglobal--tst2.custhelp.com/services/rest/connect/v1.4/incidents/@incident_ID
Message Body:
| { <br> "threads": { <br> "entryType": { <br> "id": 1 <br> }, <br> "text": "This is an append 2" <br> } <br>} |
|---|
Request Type: Patch
Header:
| OSvC-CREST-Application-Context = This is a valid request for account. |
|---|
Other issues or features related to Microsoft Edge on Windows 10
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi Anindita Kar,
Welcome to Microsoft Community.
Based on the original description, we understand that your device encountered problems related to custom connectors and Oracle product.
The 400 Bad Request error with the code OSC-CREST-00025 indicates that the request could not be understood by the server. The error message suggests that there is an illegal or malformed ID in your request URL.
| Disclaimer: Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites or any support related to technology. |
|---|
REST API for Oracle B2C Service - Error Codes.The URL should look something like this:
| https://libertyglobal--tst2.custhelp.com/services/rest/connect/v1.4/incidents/{incident_ID} |
|---|
Replace {incident_ID} with the actual ID of the incident you are trying to update.
| Disclaimer: Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites or any support related to technology. |
|---|
REST API for Oracle B2C Service - Get an incident
If you have verified all these aspects and are still facing issues, you might want to consult the Oracle B2C Service REST API documentation for more detailed information on error codes and troubleshooting steps.
| Disclaimer: Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites or any support related to technology. |
|---|
REST API for Oracle B2C Service - About the REST APIs
If the "Custom connectors" you are referring to are services related to Microsoft Power Automate, you can try consulting a more experienced community for technical guidance specific to the Microsoft Power Automate service.
Custom connectors overview | Microsoft Learn
Thanks for your patience and understanding.
Best Regards,
Kyo.Y - MSFT | Microsoft Community Technical Support