Skip to content

Commit 63f0049

Browse files
committed
Swap example.com unpinned request for httptoolkit.tech
Example.com has been a bit unstable recently, and it's nice to use our own domain anyway.
1 parent 8ecbce6 commit 63f0049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/tech/httptoolkit/pinning_demo/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class MainActivity : AppCompatActivity() {
8686
GlobalScope.launch(Dispatchers.IO) {
8787
onStart(R.id.unpinned)
8888
try {
89-
val mURL = URL("https://example.com")
89+
val mURL = URL("https://httptoolkit.tech")
9090
with(mURL.openConnection() as HttpsURLConnection) {
9191
println("URL: ${this.url}")
9292
println("Response Code: ${this.responseCode}")

0 commit comments

Comments
 (0)