OutSystems Forge 日本語データベース

REST Ignore Certificates

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-06-27 1.0.0 Pedro Oliveira All .NET Connectors
無効な証明書でREST Webサービスを使用できる拡張機能。 .NETに関連する証明書エラーを無視させるために呼び出すREST APIのOnBeforeRequestAdvancedでその関数を呼び出すだけです。 警告:決してこれを本番シナリオで使用しないでください! 通常、これは概念の証明や一時的な回避策のシナリオでのみ有効で、HTTPSセキュリティー・メカニズムを無視すると、データに重大なセキュリティーリスクが発生する可能性があります。
無効な証明書でREST Webサービスを使用できる拡張機能。 .NETに関連する証明書エラーを無視させるために呼び出すREST APIのOnBeforeRequestAdvancedでその関数を呼び出すだけです。 警告:決してこれを本番シナリオで使用しないでください! 通常、これは概念の証明や一時的な回避策のシナリオでのみ有効で、HTTPSセキュリティー・メカニズムを無視すると、データに重大なセキュリティーリスクが発生する可能性があります。

[Overview]
Extension enabling the use of REST Web Services that with invalid certificates. Just make a call to its function in the OnBeforeRequestAdvanced of the REST API you are calling to have .NET ignoring any associated certificate errors. WARNING: NEVER USE THIS IN PRODUCTION SCENARIOS! This typically useful only in proof of concept and temporary workaround scenarios and ignoring HTTPS security mechanisms can create significant security risks to your data.
[Detail]
Extension enabling the use of REST Web Services that with invalid certificates. Just make a call to its function in the OnBeforeRequestAdvanced of the REST API you are calling to have .NET ignoring any associated certificate errors. WARNING: NEVER USE THIS IN PRODUCTION SCENARIOS! This typically useful only in proof of concept and temporary workaround scenarios and ignoring HTTPS security mechanisms can create significant security risks to your data.
戻る