We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecbce6 commit 63f0049Copy full SHA for 63f0049
app/src/main/java/tech/httptoolkit/pinning_demo/MainActivity.kt
@@ -86,7 +86,7 @@ class MainActivity : AppCompatActivity() {
86
GlobalScope.launch(Dispatchers.IO) {
87
onStart(R.id.unpinned)
88
try {
89
- val mURL = URL("https://example.com")
+ val mURL = URL("https://httptoolkit.tech")
90
with(mURL.openConnection() as HttpsURLConnection) {
91
println("URL: ${this.url}")
92
println("Response Code: ${this.responseCode}")
0 commit comments